#472612

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

Shades of Brown Pod #472612

Tints of Brown Pod #472612

Color information

#472612 (or 0x472612) is unknown color: approx Brown Pod. HEX triplet: 47, 26 and 12. RGB value is (71,38,18). Sum of RGB (Red+Green+Blue) = 71+38+18=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #472612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472612 is #B8D9ED. Grayscale: #2D2D2D. Windows color (decimal): -12114414 or 1189447. OLE color: 1189447.

HSL color Cylindrical-coordinate representation of color #472612: hue angle of 22.64º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472612 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB713818-
CMYK00.460.750.72
HSL22.64º59.55%17.45%-
HSV(B)22.64º74.65%27.84%-
XYZ3.42.770.93-
YUV45.59112.43146.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=55.91%
G=29.92%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71381800.460.750.7222.6459.5517.45
Hex47261202E4B48173c11
Octal1074622056113110277421
Binary1000111100110100100101110100101110010001011111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472612; }

 p { color: rgb(71,38,18); }

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

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

 a { background-color: rgb(71,38,18); }

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

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

 span { border-color: rgb(71,38,18); }

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