Html Css Color HEX #885A17 Afghan Tan

📋 copy color: '#885A17'

red 136 ◦ green 90 ◦ blue 23

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

Shades of Afghan Tan #885A17

Tints of Afghan Tan #885A17

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.14%

 BLUE value IS 23 (9.38% from 255) = 9.24%

R = 54.62%
G = 36.14%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#885A17 (or 0x885A17) is known color: Afghan Tan. HEX triplet: 88, 5A and 17. RGB value is (136,90,23). Sum of RGB (Red+Green+Blue) = 136+90+23=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #885A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885A17 is #77A5E8. Grayscale: #606060. Windows color (decimal): -7841257 or 1530504. OLE color: 1530504.

HSL color Cylindrical-coordinate representation of color #885A17: hue angle of 35.58º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #885A17 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 90 23 -
CMYK 0 0.34 0.83 0.47
HSL 35.58º 0.71% 0.31% -
HSV(B) 35.58º 0.83% 0.53% -
XYZ 13.96 12.61 2.51 -
YUV 96.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 136 90 23 0 0.34 0.83 0.47 35.58 0.71 0.31
Hex 88 5A 17 0 22 53 2F 24 47 1F
Octal 210 132 27 0 42 123 57 44 107 37
Binary 10001000 1011010 10111 0 100010 1010011 101111 100100 1000111 11111

Color Harmonies of #885A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A17

Black with #885A17

Text Example


Text Example

White with #885A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,90,23); }

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

background-color css

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

 a { background-color: rgb(136,90,23); }

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

border-color css

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

 span { border-color: rgb(136,90,23); }

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