#472019

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

Shades of Brown Pod #472019

Tints of Brown Pod #472019

Color information

#472019 (or 0x472019) is unknown color: approx Brown Pod. HEX triplet: 47, 20 and 19. RGB value is (71,32,25). Sum of RGB (Red+Green+Blue) = 71+32+25=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #472019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472019 is #B8DFE6. Grayscale: #2A2A2A. Windows color (decimal): -12115943 or 1646663. OLE color: 1646663.

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

Color convert

RGB713225-
CMYK00.550.650.72
HSL9.13º47.92%18.82%-
HSV(B)9.13º64.79%27.84%-
XYZ3.292.441.22-
YUV42.86117.92148.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=55.47%
G=25%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71322500.550.650.729.1347.9218.82
Hex472019037414893013
Octal1074031067101110116023
Binary100011110000011001011011110000011001000100111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472019; }

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

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

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

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

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

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

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

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