#471B02

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

Shades of Brown Pod #471B02

Tints of Brown Pod #471B02

Color information

#471B02 (or 0x471B02) is unknown color: approx Brown Pod. HEX triplet: 47, 1B and 02. RGB value is (71,27,2). Sum of RGB (Red+Green+Blue) = 71+27+2=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #471B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471B02 is #B8E4FD. Grayscale: #252525. Windows color (decimal): -12117246 or 138055. OLE color: 138055.

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

Color convert

RGB71272-
CMYK00.620.970.72
HSL21.74º94.52%14.31%-
HSV(B)21.74º97.18%27.84%-
XYZ32.130.31-
YUV37.31108.08152.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71%
GREEN value IS 27 (10.94% from 255) = 27%
BLUE value IS 2 (1.17% from 255) = 2%
R=71%
G=27%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7127200.620.970.7221.7494.5214.31
Hex471B203E6148165fe
Octal1073320761411102613716
Binary100011111011100111110110000110010001011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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