#472213

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

Shades of Brown Pod #472213

Tints of Brown Pod #472213

Color information

#472213 (or 0x472213) is unknown color: approx Brown Pod. HEX triplet: 47, 22 and 13. RGB value is (71,34,19). Sum of RGB (Red+Green+Blue) = 71+34+19=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #472213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472213 is #B8DDEC. Grayscale: #2B2B2B. Windows color (decimal): -12115437 or 1253959. OLE color: 1253959.

HSL color Cylindrical-coordinate representation of color #472213: hue angle of 17.31º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #472213 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB713419-
CMYK00.520.730.72
HSL17.31º57.78%17.65%-
HSV(B)17.31º73.24%27.84%-
XYZ3.292.530.93-
YUV43.35114.26147.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=57.26%
G=27.42%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71341900.520.730.7217.3157.7817.65
Hex4722130344948113a12
Octal1074223064111110217222
Binary1000111100010100110110100100100110010001000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472213; }

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

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

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

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

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

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

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

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