#471F15

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

Shades of Brown Pod #471F15

Tints of Brown Pod #471F15

Color information

#471F15 (or 0x471F15) is unknown color: approx Brown Pod. HEX triplet: 47, 1F and 15. RGB value is (71,31,21). Sum of RGB (Red+Green+Blue) = 71+31+21=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #471F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F15 is #B8E0EA. Grayscale: #292929. Windows color (decimal): -12116203 or 1384263. OLE color: 1384263.

HSL color Cylindrical-coordinate representation of color #471F15: hue angle of 12º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #471F15 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB713121-
CMYK00.560.700.72
HSL12º54.35%18.04%-
HSV(B)12º70.42%27.84%-
XYZ3.222.371-
YUV41.82116.25148.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.72%
GREEN value IS 31 (12.5% from 255) = 25.20%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=57.72%
G=25.20%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71312100.560.700.721254.3518.04
Hex471F150384648c3612
Octal1073725070106110146622
Binary10001111111110101011100010001101001000110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,31,21); }

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

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

 a { background-color: rgb(71,31,21); }

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

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

 span { border-color: rgb(71,31,21); }

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