Html Css Color HEX #885518 Afghan Tan

📋 copy color: '#885518'

red 136 ◦ green 85 ◦ blue 24

#885518
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Afghan Tan #885518

Tints of Afghan Tan #885518

RGB

 RED value IS 136 (53.52% from 255) = 55.51%

 GREEN value IS 85 (33.59% from 255) = 34.69%

 BLUE value IS 24 (9.77% from 255) = 9.8%

R = 55.51%
G = 34.69%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#885518 (or 0x885518) is known color: Afghan Tan. HEX triplet: 88, 55 and 18. RGB value is (136,85,24). Sum of RGB (Red+Green+Blue) = 136+85+24=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #885518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885518 is #77AAE7. Grayscale: #5D5D5D. Windows color (decimal): -7842536 or 1594760. OLE color: 1594760.

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

Color convert

RGB 136 85 24 -
CMYK 0 0.38 0.82 0.47
HSL 32.68º 0.7% 0.31% -
HSV(B) 32.68º 0.82% 0.53% -
XYZ 13.57 11.8 2.43 -
YUV 93.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 136 85 24 0 0.38 0.82 0.47 32.68 0.7 0.31
Hex 88 55 18 0 26 52 2F 21 46 1F
Octal 210 125 30 0 46 122 57 41 106 37
Binary 10001000 1010101 11000 0 100110 1010010 101111 100001 1000110 11111

Color Harmonies of #885518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885518

Black with #885518

Text Example


Text Example

White with #885518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885518; }

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

 H1.HeaderClassName
 {
   color: #885518;
 }
 .AnyTagClassName
 {
   color: #885518;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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