#471A0B

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

Shades of Brown Pod #471A0B

Tints of Brown Pod #471A0B

Color information

#471A0B (or 0x471A0B) is unknown color: approx Brown Pod. HEX triplet: 47, 1A and 0B. RGB value is (71,26,11). Sum of RGB (Red+Green+Blue) = 71+26+11=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #471A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A0B is #B8E5F4. Grayscale: #252525. Windows color (decimal): -12117493 or 727623. OLE color: 727623.

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

Color convert

RGB712611-
CMYK00.630.850.72
HSL15º73.17%16.08%-
HSV(B)15º84.51%27.84%-
XYZ3.032.10.56-
YUV37.74112.91151.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.74%
GREEN value IS 26 (10.55% from 255) = 24.07%
BLUE value IS 11 (4.69% from 255) = 10.19%
R=65.74%
G=24.07%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71261100.630.850.721573.1716.08
Hex471AB03F5548f4910
Octal10732130771251101711120
Binary10001111101010110111111101010110010001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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