#472115

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

Shades of Brown Pod #472115

Tints of Brown Pod #472115

Color information

#472115 (or 0x472115) is unknown color: approx Brown Pod. HEX triplet: 47, 21 and 15. RGB value is (71,33,21). Sum of RGB (Red+Green+Blue) = 71+33+21=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #472115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472115 is #B8DEEA. Grayscale: #2B2B2B. Windows color (decimal): -12115691 or 1384775. OLE color: 1384775.

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

Color convert

RGB713321-
CMYK00.540.700.72
HSL14.4º54.35%18.04%-
HSV(B)14.4º70.42%27.84%-
XYZ3.282.481.02-
YUV42.99115.59147.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.8%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 21 (8.59% from 255) = 16.8%
R=56.8%
G=26.4%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71332100.540.700.7214.454.3518.04
Hex4721150364648e3612
Octal1074125066106110166622
Binary100011110000110101011011010001101001000111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472115; }

 p { color: rgb(71,33,21); }

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

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

 a { background-color: rgb(71,33,21); }

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

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

 span { border-color: rgb(71,33,21); }

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