#471810

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

Shades of Brown Pod #471810

Tints of Brown Pod #471810

Color information

#471810 (or 0x471810) is unknown color: approx Brown Pod. HEX triplet: 47, 18 and 10. RGB value is (71,24,16). Sum of RGB (Red+Green+Blue) = 71+24+16=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #471810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471810 is #B8E7EF. Grayscale: #252525. Windows color (decimal): -12118000 or 1054791. OLE color: 1054791.

HSL color Cylindrical-coordinate representation of color #471810: hue angle of 8.73º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #471810 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB712416-
CMYK00.660.770.72
HSL8.73º63.22%17.06%-
HSV(B)8.73º77.46%27.84%-
XYZ3.022.030.72-
YUV37.14116.07152.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 63.96%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 16 (6.64% from 255) = 14.41%
R=63.96%
G=21.62%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71241600.660.770.728.7363.2217.06
Hex4718100424D4893f11
Octal10730200102115110117721
Binary100011111000100000100001010011011001000100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471810; }

 p { color: rgb(71,24,16); }

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

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

 a { background-color: rgb(71,24,16); }

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

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

 span { border-color: rgb(71,24,16); }

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