#472000

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

Shades of Brown Pod #472000

Tints of Brown Pod #472000

Color information

#472000 (or 0x472000) is unknown color: approx Brown Pod. HEX triplet: 47, 20 and 00. RGB value is (71,32,0). Sum of RGB (Red+Green+Blue) = 71+32+0=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #472000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472000 is #B8DFFF. Grayscale: #282828. Windows color (decimal): -12115968 or 8263. OLE color: 8263.

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

Color convert

RGB71320-
CMYK00.5510.72
HSL27.04º100%13.92%-
HSV(B)27.04º100%27.84%-
XYZ3.122.370.29-
YUV40.01105.42150.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.93%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.93%
G=31.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7132000.5510.7227.0410013.92
Hex4720003764481b64e
Octal1074000671441103314416
Binary100011110000000110111110010010010001101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472000; }

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

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

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

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

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

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

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

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