#471b0d

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

Shades of Brown Pod #471B0D

Tints of Brown Pod #471B0D

Color information

#471B0D (or 0x471B0D) is unknown color: approx Brown Pod. HEX triplet: 47, 1B and 0D. RGB value is (71,27,13). Sum of RGB (Red+Green+Blue) = 71+27+13=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #471B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471B0D is #B8E4F2. Grayscale: #262626. Windows color (decimal): -12117235 or 858951. OLE color: 858951.

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

Color convert

RGB712713-
CMYK00.620.820.72
HSL14.48º69.05%16.47%-
HSV(B)14.48º81.69%27.84%-
XYZ3.062.150.63-
YUV38.56113.58151.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 63.96%
GREEN value IS 27 (10.94% from 255) = 24.32%
BLUE value IS 13 (5.47% from 255) = 11.71%
R=63.96%
G=24.32%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71271300.620.820.7214.4869.0516.47
Hex471BD03E5248e4510
Octal10733150761221101610520
Binary10001111101111010111110101001010010001110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471b0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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