#885818

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

Shades of Afghan Tan #885818

Tints of Afghan Tan #885818

Color information

#885818 (or 0x885818) is unknown color: approx Afghan Tan. HEX triplet: 88, 58 and 18. RGB value is (136,88,24). Sum of RGB (Red+Green+Blue) = 136+88+24=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #885818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885818 is #77A7E7. Grayscale: #5F5F5F. Windows color (decimal): -7841768 or 1595528. OLE color: 1595528.

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

Color convert

RGB1368824-
CMYK00.350.820.47
HSL34.29º70%31.37%-
HSV(B)34.29º82.35%53.33%-
XYZ13.8112.282.51-
YUV95.0687.9157.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.84%
GREEN value IS 88 (34.77% from 255) = 35.48%
BLUE value IS 24 (9.77% from 255) = 9.68%
R=54.84%
G=35.48%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136882400.350.820.4734.297031.37
Hex885818023522F22461f
Octal21013030043122574210637
Binary1000100010110001100001000111010010101111100010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885818; }

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

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

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

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

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

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

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

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