#472419

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

Shades of Brown Pod #472419

Tints of Brown Pod #472419

Color information

#472419 (or 0x472419) is unknown color: approx Brown Pod. HEX triplet: 47, 24 and 19. RGB value is (71,36,25). Sum of RGB (Red+Green+Blue) = 71+36+25=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #472419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472419 is #B8DBE6. Grayscale: #2D2D2D. Windows color (decimal): -12114919 or 1647687. OLE color: 1647687.

HSL color Cylindrical-coordinate representation of color #472419: hue angle of 14.35º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472419 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB713625-
CMYK00.490.650.72
HSL14.35º47.92%18.82%-
HSV(B)14.35º64.79%27.84%-
XYZ3.42.671.26-
YUV45.21116.6146.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 25 (10.16% from 255) = 18.94%
R=53.79%
G=27.27%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71362500.490.650.7214.3547.9218.82
Hex4724190314148e3013
Octal1074431061101110166023
Binary100011110010011001011000110000011001000111011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472419; }

 p { color: rgb(71,36,25); }

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

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

 a { background-color: rgb(71,36,25); }

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

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

 span { border-color: rgb(71,36,25); }

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