#472308

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

Shades of Brown Pod #472308

Tints of Brown Pod #472308

Color information

#472308 (or 0x472308) is unknown color: approx Brown Pod. HEX triplet: 47, 23 and 08. RGB value is (71,35,8). Sum of RGB (Red+Green+Blue) = 71+35+8=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #472308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472308 is #B8DCF7. Grayscale: #2A2A2A. Windows color (decimal): -12115192 or 533319. OLE color: 533319.

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

Color convert

RGB71358-
CMYK00.510.890.72
HSL25.71º79.75%15.49%-
HSV(B)25.71º88.73%27.84%-
XYZ3.242.560.55-
YUV42.69108.43148.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.28%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 8 (3.52% from 255) = 7.02%
R=62.28%
G=30.70%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7135800.510.890.7225.7179.7515.49
Hex4723803359481a50f
Octal10743100631311103212017
Binary100011110001110000110011101100110010001101010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472308; }

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

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

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

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

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

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

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

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