#472219

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

Shades of Brown Pod #472219

Tints of Brown Pod #472219

Color information

#472219 (or 0x472219) is unknown color: approx Brown Pod. HEX triplet: 47, 22 and 19. RGB value is (71,34,25). Sum of RGB (Red+Green+Blue) = 71+34+25=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #472219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472219 is #B8DDE6. Grayscale: #2C2C2C. Windows color (decimal): -12115431 or 1647175. OLE color: 1647175.

HSL color Cylindrical-coordinate representation of color #472219: hue angle of 11.74º 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 #472219 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB713425-
CMYK00.520.650.72
HSL11.74º47.92%18.82%-
HSV(B)11.74º64.79%27.84%-
XYZ3.352.551.24-
YUV44.04117.26147.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.62%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 25 (10.16% from 255) = 19.23%
R=54.62%
G=26.15%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71342500.520.650.7211.7447.9218.82
Hex4722190344148c3013
Octal1074231064101110146023
Binary100011110001011001011010010000011001000110011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472219; }

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

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

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

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

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

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

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

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