#472007

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

Shades of Brown Pod #472007

Tints of Brown Pod #472007

Color information

#472007 (or 0x472007) is unknown color: approx Brown Pod. HEX triplet: 47, 20 and 07. RGB value is (71,32,7). Sum of RGB (Red+Green+Blue) = 71+32+7=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #472007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472007 is #B8DFF8. Grayscale: #282828. Windows color (decimal): -12115961 or 467015. OLE color: 467015.

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

Color convert

RGB71327-
CMYK00.550.900.72
HSL23.44º82.05%15.29%-
HSV(B)23.44º90.14%27.84%-
XYZ3.152.390.5-
YUV40.81108.92149.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 64.55%
GREEN value IS 32 (12.89% from 255) = 29.09%
BLUE value IS 7 (3.12% from 255) = 6.36%
R=64.55%
G=29.09%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7132700.550.900.7223.4482.0515.29
Hex472070375A481752f
Octal1074070671321102712217
Binary10001111000001110110111101101010010001011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472007; }

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

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

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

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

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

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

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

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