#472104

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

Shades of Brown Pod #472104

Tints of Brown Pod #472104

Color information

#472104 (or 0x472104) is unknown color: approx Brown Pod. HEX triplet: 47, 21 and 04. RGB value is (71,33,4). Sum of RGB (Red+Green+Blue) = 71+33+4=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #472104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472104 is #B8DEFB. Grayscale: #292929. Windows color (decimal): -12115708 or 270663. OLE color: 270663.

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

Color convert

RGB71334-
CMYK00.540.940.72
HSL25.97º89.33%14.71%-
HSV(B)25.97º94.37%27.84%-
XYZ3.162.440.42-
YUV41.06107.09149.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.74%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 4 (1.95% from 255) = 3.70%
R=65.74%
G=30.56%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7133400.540.940.7225.9789.3314.71
Hex472140365E481a59f
Octal1074140661361103213117
Binary10001111000011000110110101111010010001101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472104; }

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

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

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

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

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

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

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

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