#885819

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

Shades of Afghan Tan #885819

Tints of Afghan Tan #885819

Color information

#885819 (or 0x885819) is unknown color: approx Afghan Tan. HEX triplet: 88, 58 and 19. RGB value is (136,88,25). Sum of RGB (Red+Green+Blue) = 136+88+25=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #885819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885819 is #77A7E6. Grayscale: #5F5F5F. Windows color (decimal): -7841767 or 1661064. OLE color: 1661064.

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

Color convert

RGB1368825-
CMYK00.350.820.47
HSL34.05º68.94%31.57%-
HSV(B)34.05º81.62%53.33%-
XYZ13.8212.282.56-
YUV95.1788.4157.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.62%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 25 (10.16% from 255) = 10.04%
R=54.62%
G=35.34%
B=10.04%

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
Decimal136882500.350.820.4734.0568.9431.57
Hex885819023522F224520
Octal21013031043122574210540
Binary10001000101100011001010001110100101011111000101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885819; }

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

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

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

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

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

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

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

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