#471A02

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

Shades of Brown Pod #471A02

Tints of Brown Pod #471A02

Color information

#471A02 (or 0x471A02) is unknown color: approx Brown Pod. HEX triplet: 47, 1A and 02. RGB value is (71,26,2). Sum of RGB (Red+Green+Blue) = 71+26+2=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #471A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A02 is #B8E5FD. Grayscale: #242424. Windows color (decimal): -12117502 or 137799. OLE color: 137799.

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

Color convert

RGB71262-
CMYK00.630.970.72
HSL20.87º94.52%14.31%-
HSV(B)20.87º97.18%27.84%-
XYZ2.982.080.3-
YUV36.72108.41152.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71.72%
GREEN value IS 26 (10.55% from 255) = 26.26%
BLUE value IS 2 (1.17% from 255) = 2.02%
R=71.72%
G=26.26%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7126200.630.970.7220.8794.5214.31
Hex471A203F6148155fe
Octal1073220771411102513716
Binary100011111010100111111110000110010001010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,26,2); }

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

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

 a { background-color: rgb(71,26,2); }

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

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

 span { border-color: rgb(71,26,2); }

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