Html Css Color HEX #885E18 Afghan Tan

📋 copy color: '#885E18'

red 136 ◦ green 94 ◦ blue 24

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

Shades of Afghan Tan #885E18

Tints of Afghan Tan #885E18

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.01%

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

R = 53.54%
G = 37.01%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#885E18 (or 0x885E18) is known color: Afghan Tan. HEX triplet: 88, 5E and 18. RGB value is (136,94,24). Sum of RGB (Red+Green+Blue) = 136+94+24=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #885E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885E18 is #77A1E7. Grayscale: #626262. Windows color (decimal): -7840232 or 1597064. OLE color: 1597064.

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

Color convert

RGB 136 94 24 -
CMYK 0 0.31 0.82 0.47
HSL 37.5º 0.7% 0.31% -
HSV(B) 37.5º 0.82% 0.53% -
XYZ 14.32 13.31 2.68 -
YUV 98.58 85.91 154.69 -
System Red Green Blue C M Y K H S L
Decimal 136 94 24 0 0.31 0.82 0.47 37.5 0.7 0.31
Hex 88 5E 18 0 1F 52 2F 26 46 1F
Octal 210 136 30 0 37 122 57 46 106 37
Binary 10001000 1011110 11000 0 11111 1010010 101111 100110 1000110 11111

Color Harmonies of #885E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E18

Black with #885E18

Text Example


Text Example

White with #885E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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