#472108

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

Shades of Brown Pod #472108

Tints of Brown Pod #472108

Color information

#472108 (or 0x472108) is unknown color: approx Brown Pod. HEX triplet: 47, 21 and 08. RGB value is (71,33,8). Sum of RGB (Red+Green+Blue) = 71+33+8=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #472108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472108 is #B8DEF7. Grayscale: #292929. Windows color (decimal): -12115704 or 532807. OLE color: 532807.

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

Color convert

RGB71338-
CMYK00.540.890.72
HSL23.81º79.75%15.49%-
HSV(B)23.81º88.73%27.84%-
XYZ3.192.440.53-
YUV41.51109.09149.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 63.39%
GREEN value IS 33 (13.28% from 255) = 29.46%
BLUE value IS 8 (3.52% from 255) = 7.14%
R=63.39%
G=29.46%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7133800.540.890.7223.8179.7515.49
Hex4721803659481850f
Octal10741100661311103012017
Binary100011110000110000110110101100110010001100010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472108; }

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

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

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

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

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

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

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

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