#472215

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

Shades of Brown Pod #472215

Tints of Brown Pod #472215

Color information

#472215 (or 0x472215) is unknown color: approx Brown Pod. HEX triplet: 47, 22 and 15. RGB value is (71,34,21). Sum of RGB (Red+Green+Blue) = 71+34+21=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #472215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472215 is #B8DDEA. Grayscale: #2B2B2B. Windows color (decimal): -12115435 or 1385031. OLE color: 1385031.

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

Color convert

RGB713421-
CMYK00.520.700.72
HSL15.6º54.35%18.04%-
HSV(B)15.6º70.42%27.84%-
XYZ3.312.541.03-
YUV43.58115.26147.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 21 (8.59% from 255) = 16.67%
R=56.35%
G=26.98%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71342100.520.700.7215.654.3518.04
Hex4722150344648103612
Octal1074225064106110206622
Binary1000111100010101010110100100011010010001000011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472215; }

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

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

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

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

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

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

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

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