#472103

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

Shades of Brown Pod #472103

Tints of Brown Pod #472103

Color information

#472103 (or 0x472103) is unknown color: approx Brown Pod. HEX triplet: 47, 21 and 03. RGB value is (71,33,3). Sum of RGB (Red+Green+Blue) = 71+33+3=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #472103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472103 is #B8DEFC. Grayscale: #292929. Windows color (decimal): -12115709 or 205127. OLE color: 205127.

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

Color convert

RGB71333-
CMYK00.540.960.72
HSL26.47º91.89%14.51%-
HSV(B)26.47º95.77%27.84%-
XYZ3.162.430.39-
YUV40.94106.59149.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.36%
GREEN value IS 33 (13.28% from 255) = 30.84%
BLUE value IS 3 (1.56% from 255) = 2.80%
R=66.36%
G=30.84%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7133300.540.960.7226.4791.8914.51
Hex4721303660481a5cf
Octal1074130661401103213417
Binary1000111100001110110110110000010010001101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472103; }

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

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

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

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

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

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

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

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