#471D05

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

Shades of Brown Pod #471D05

Tints of Brown Pod #471D05

Color information

#471D05 (or 0x471D05) is unknown color: approx Brown Pod. HEX triplet: 47, 1D and 05. RGB value is (71,29,5). Sum of RGB (Red+Green+Blue) = 71+29+5=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #471D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D05 is #B8E2FA. Grayscale: #262626. Windows color (decimal): -12116731 or 335175. OLE color: 335175.

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

Color convert

RGB71295-
CMYK00.590.930.72
HSL21.82º86.84%14.9%-
HSV(B)21.82º92.96%27.84%-
XYZ3.072.230.41-
YUV38.82108.91150.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 67.62%
GREEN value IS 29 (11.72% from 255) = 27.62%
BLUE value IS 5 (2.34% from 255) = 4.76%
R=67.62%
G=27.62%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7129500.590.930.7221.8286.8414.9
Hex471D503B5D481657f
Octal1073550731351102612717
Binary1000111111011010111011101110110010001011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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