#472512

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

Shades of Brown Pod #472512

Tints of Brown Pod #472512

Color information

#472512 (or 0x472512) is unknown color: approx Brown Pod. HEX triplet: 47, 25 and 12. RGB value is (71,37,18). Sum of RGB (Red+Green+Blue) = 71+37+18=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #472512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472512 is #B8DAED. Grayscale: #2D2D2D. Windows color (decimal): -12114670 or 1189191. OLE color: 1189191.

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

Color convert

RGB713718-
CMYK00.480.750.72
HSL21.51º59.55%17.45%-
HSV(B)21.51º74.65%27.84%-
XYZ3.372.710.92-
YUV45112.76146.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 37 (14.84% from 255) = 29.37%
BLUE value IS 18 (7.42% from 255) = 14.29%
R=56.35%
G=29.37%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71371800.480.750.7221.5159.5517.45
Hex4725120304B48163c11
Octal1074522060113110267421
Binary1000111100101100100110000100101110010001011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472512; }

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

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

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

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

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

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

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

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