#885716

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

Shades of Afghan Tan #885716

Tints of Afghan Tan #885716

Color information

#885716 (or 0x885716) is unknown color: approx Afghan Tan. HEX triplet: 88, 57 and 16. RGB value is (136,87,22). Sum of RGB (Red+Green+Blue) = 136+87+22=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #885716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885716 is #77A8E9. Grayscale: #5E5E5E. Windows color (decimal): -7842026 or 1464200. OLE color: 1464200.

HSL color Cylindrical-coordinate representation of color #885716: hue angle of 34.21º 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 #885716 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1368722-
CMYK00.360.840.47
HSL34.21º72.15%30.98%-
HSV(B)34.21º83.82%53.33%-
XYZ13.7112.112.37-
YUV94.2487.23157.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 87 (34.38% from 255) = 35.51%
BLUE value IS 22 (8.98% from 255) = 8.98%
R=55.51%
G=35.51%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136872200.360.840.4734.2172.1530.98
Hex885716024542F22481f
Octal21012726044124574211037
Binary1000100010101111011001001001010100101111100010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885716; }

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

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

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

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

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

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

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

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