#471B0B

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

Shades of Brown Pod #471B0B

Tints of Brown Pod #471B0B

Color information

#471B0B (or 0x471B0B) is unknown color: approx Brown Pod. HEX triplet: 47, 1B and 0B. RGB value is (71,27,11). Sum of RGB (Red+Green+Blue) = 71+27+11=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #471B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471B0B is #B8E4F4. Grayscale: #262626. Windows color (decimal): -12117237 or 727879. OLE color: 727879.

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

Color convert

RGB712711-
CMYK00.620.850.72
HSL16º73.17%16.08%-
HSV(B)16º84.51%27.84%-
XYZ3.052.150.57-
YUV38.33112.58151.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.14%
GREEN value IS 27 (10.94% from 255) = 24.77%
BLUE value IS 11 (4.69% from 255) = 10.09%
R=65.14%
G=24.77%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71271100.620.850.721673.1716.08
Hex471BB03E5548104910
Octal10733130761251102011120
Binary100011111011101101111101010101100100010000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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