#472003

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

Shades of Brown Pod #472003

Tints of Brown Pod #472003

Color information

#472003 (or 0x472003) is unknown color: approx Brown Pod. HEX triplet: 47, 20 and 03. RGB value is (71,32,3). Sum of RGB (Red+Green+Blue) = 71+32+3=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #472003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472003 is #B8DFFC. Grayscale: #282828. Windows color (decimal): -12115965 or 204871. OLE color: 204871.

HSL color Cylindrical-coordinate representation of color #472003: hue angle of 25.59º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #472003 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB71323-
CMYK00.550.960.72
HSL25.59º91.89%14.51%-
HSV(B)25.59º95.77%27.84%-
XYZ3.132.380.38-
YUV40.35106.92149.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.98%
GREEN value IS 32 (12.89% from 255) = 30.19%
BLUE value IS 3 (1.56% from 255) = 2.83%
R=66.98%
G=30.19%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7132300.550.960.7225.5991.8914.51
Hex4720303760481a5cf
Octal1074030671401103213417
Binary1000111100000110110111110000010010001101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472003; }

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

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

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

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

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

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

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

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