#47180F

Color #47180F Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #47180F

Tints of Brown Pod #47180F

Color information

#47180F (or 0x47180F) is unknown color: approx Brown Pod. HEX triplet: 47, 18 and 0F. RGB value is (71,24,15). Sum of RGB (Red+Green+Blue) = 71+24+15=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #47180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47180F is #B8E7F0. Grayscale: #252525. Windows color (decimal): -12118001 or 989255. OLE color: 989255.

HSL color Cylindrical-coordinate representation of color #47180F: hue angle of 9.64º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47180F is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB712415-
CMYK00.660.790.72
HSL9.64º65.12%16.86%-
HSV(B)9.64º78.87%27.84%-
XYZ3.012.030.68-
YUV37.03115.57152.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 64.55%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 15 (6.25% from 255) = 13.64%
R=64.55%
G=21.82%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71241500.660.790.729.6465.1216.86
Hex4718F0424F48a4111
Octal107301701021171101210121
Binary100011111000111101000010100111110010001010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47180F; }

 p { color: rgb(71,24,15); }

 H1.HeaderClassName
 {
   color: #47180F;
 }
 .AnyTagClassName
 {
   color: #47180F;
 }
</style>
background-color css

<style>
 a { background-color: #47180F; }

 a { background-color: rgb(71,24,15); }

 div.DivClassName
 {
   background-color: #47180F;
 }
 .BgClassName
 {
   background-color: #47180F;
 }
</style>
border-color css

<style>
 span { border-color: #47180F; }

 span { border-color: rgb(71,24,15); }

 td.TdClassName
 {
   border-color: #47180F;
 }
 .TagClassName
 {
   border-color: #47180F;
 }
</style>