#471E0D

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

Shades of Brown Pod #471E0D

Tints of Brown Pod #471E0D

Color information

#471E0D (or 0x471E0D) is unknown color: approx Brown Pod. HEX triplet: 47, 1E and 0D. RGB value is (71,30,13). Sum of RGB (Red+Green+Blue) = 71+30+13=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #471E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E0D is #B8E1F2. Grayscale: #282828. Windows color (decimal): -12116467 or 859719. OLE color: 859719.

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

Color convert

RGB713013-
CMYK00.580.820.72
HSL17.59º69.05%16.47%-
HSV(B)17.59º81.69%27.84%-
XYZ3.142.30.66-
YUV40.32112.58149.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.28%
GREEN value IS 30 (12.11% from 255) = 26.32%
BLUE value IS 13 (5.47% from 255) = 11.40%
R=62.28%
G=26.32%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71301300.580.820.7217.5969.0516.47
Hex471ED03A5248124510
Octal10736150721221102210520
Binary100011111110110101110101010010100100010010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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