#471D06

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

Shades of Brown Pod #471D06

Tints of Brown Pod #471D06

Color information

#471D06 (or 0x471D06) is unknown color: approx Brown Pod. HEX triplet: 47, 1D and 06. RGB value is (71,29,6). Sum of RGB (Red+Green+Blue) = 71+29+6=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #471D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D06 is #B8E2F9. Grayscale: #272727. Windows color (decimal): -12116730 or 400711. OLE color: 400711.

HSL color Cylindrical-coordinate representation of color #471D06: hue angle of 21.23º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #471D06 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB71296-
CMYK00.590.920.72
HSL21.23º84.42%15.1%-
HSV(B)21.23º91.55%27.84%-
XYZ3.072.230.44-
YUV38.94109.41150.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.98%
GREEN value IS 29 (11.72% from 255) = 27.36%
BLUE value IS 6 (2.73% from 255) = 5.66%
R=66.98%
G=27.36%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7129600.590.920.7221.2384.4215.1
Hex471D603B5C481554f
Octal1073560731341102512417
Binary1000111111011100111011101110010010001010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471D06; }

 p { color: rgb(71,29,6); }

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

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

 a { background-color: rgb(71,29,6); }

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

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

 span { border-color: rgb(71,29,6); }

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