#471F0F

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

Shades of Brown Pod #471F0F

Tints of Brown Pod #471F0F

Color information

#471F0F (or 0x471F0F) is unknown color: approx Brown Pod. HEX triplet: 47, 1F and 0F. RGB value is (71,31,15). Sum of RGB (Red+Green+Blue) = 71+31+15=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #471F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F0F is #B8E0F0. Grayscale: #292929. Windows color (decimal): -12116209 or 991047. OLE color: 991047.

HSL color Cylindrical-coordinate representation of color #471F0F: hue angle of 17.14º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #471F0F is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB713115-
CMYK00.560.790.72
HSL17.14º65.12%16.86%-
HSV(B)17.14º78.87%27.84%-
XYZ3.172.350.74-
YUV41.14113.25149.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.68%
GREEN value IS 31 (12.5% from 255) = 26.50%
BLUE value IS 15 (6.25% from 255) = 12.82%
R=60.68%
G=26.50%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71311500.560.790.7217.1465.1216.86
Hex471FF0384F48114111
Octal10737170701171102110121
Binary100011111111111101110001001111100100010001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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