Html Css Color HEX #885B17 Afghan Tan

📋 copy color: '#885B17'

red 136 ◦ green 91 ◦ blue 23

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

Shades of Afghan Tan #885B17

Tints of Afghan Tan #885B17

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.4%

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

R = 54.4%
G = 36.4%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#885B17 (or 0x885B17) is known color: Afghan Tan. HEX triplet: 88, 5B and 17. RGB value is (136,91,23). Sum of RGB (Red+Green+Blue) = 136+91+23=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #885B17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885B17 is #77A4E8. Grayscale: #616161. Windows color (decimal): -7841001 or 1530760. OLE color: 1530760.

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

Color convert

RGB 136 91 23 -
CMYK 0 0.33 0.83 0.47
HSL 36.11º 0.71% 0.31% -
HSV(B) 36.11º 0.83% 0.53% -
XYZ 14.05 12.78 2.54 -
YUV 96.7 86.41 156.03 -
System Red Green Blue C M Y K H S L
Decimal 136 91 23 0 0.33 0.83 0.47 36.11 0.71 0.31
Hex 88 5B 17 0 21 53 2F 24 47 1F
Octal 210 133 27 0 41 123 57 44 107 37
Binary 10001000 1011011 10111 0 100001 1010011 101111 100100 1000111 11111

Color Harmonies of #885B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885B17

Black with #885B17

Text Example


Text Example

White with #885B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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