#472015

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

Shades of Brown Pod #472015

Tints of Brown Pod #472015

Color information

#472015 (or 0x472015) is unknown color: approx Brown Pod. HEX triplet: 47, 20 and 15. RGB value is (71,32,21). Sum of RGB (Red+Green+Blue) = 71+32+21=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #472015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472015 is #B8DFEA. Grayscale: #2A2A2A. Windows color (decimal): -12115947 or 1384519. OLE color: 1384519.

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

Color convert

RGB713221-
CMYK00.550.700.72
HSL13.2º54.35%18.04%-
HSV(B)13.2º70.42%27.84%-
XYZ3.252.431.01-
YUV42.41115.92148.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 21 (8.59% from 255) = 16.94%
R=57.26%
G=25.81%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71322100.550.700.7213.254.3518.04
Hex4720150374648d3612
Octal1074025067106110156622
Binary100011110000010101011011110001101001000110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472015; }

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

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

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

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

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

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

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

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