#471D00

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

Shades of Brown Pod #471D00

Tints of Brown Pod #471D00

Color information

#471D00 (or 0x471D00) is unknown color: approx Brown Pod. HEX triplet: 47, 1D and 00. RGB value is (71,29,0). Sum of RGB (Red+Green+Blue) = 71+29+0=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #471D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D00 is #B8E2FF. Grayscale: #262626. Windows color (decimal): -12116736 or 7495. OLE color: 7495.

HSL color Cylindrical-coordinate representation of color #471D00: hue angle of 24.51º 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 #471D00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB71290-
CMYK00.5910.72
HSL24.51º100%13.92%-
HSV(B)24.51º100%27.84%-
XYZ3.042.220.27-
YUV38.25106.41151.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71%
GREEN value IS 29 (11.72% from 255) = 29%
BLUE value IS 0 (0.39% from 255) = 0%
R=71%
G=29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7129000.5910.7224.5110013.92
Hex471D003B64481964e
Octal1073500731441103114416
Binary10001111110100111011110010010010001100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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