#885816

Color #885816 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #885816

Tints of Afghan Tan #885816

Color information

#885816 (or 0x885816) is unknown color: approx Afghan Tan. HEX triplet: 88, 58 and 16. RGB value is (136,88,22). Sum of RGB (Red+Green+Blue) = 136+88+22=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #885816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885816 is #77A7E9. Grayscale: #5F5F5F. Windows color (decimal): -7841770 or 1464456. OLE color: 1464456.

HSL color Cylindrical-coordinate representation of color #885816: hue angle of 34.74º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #885816 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1368822-
CMYK00.350.840.47
HSL34.74º72.15%30.98%-
HSV(B)34.74º83.82%53.33%-
XYZ13.7912.272.4-
YUV94.8386.9157.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.28%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 22 (8.98% from 255) = 8.94%
R=55.28%
G=35.77%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136882200.350.840.4734.7472.1530.98
Hex885816023542F23481f
Octal21013026043124574311037
Binary1000100010110001011001000111010100101111100011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885816; }

 p { color: rgb(136,88,22); }

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

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

 a { background-color: rgb(136,88,22); }

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

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

 span { border-color: rgb(136,88,22); }

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