Html Css Color HEX #885A19 Afghan Tan

📋 copy color: '#885A19'

red 136 ◦ green 90 ◦ blue 25

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

Shades of Afghan Tan #885A19

Tints of Afghan Tan #885A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.96%

R = 54.18%
G = 35.86%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#885A19 (or 0x885A19) is known color: Afghan Tan. HEX triplet: 88, 5A and 19. RGB value is (136,90,25). Sum of RGB (Red+Green+Blue) = 136+90+25=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #885A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885A19 is #77A5E6. Grayscale: #606060. Windows color (decimal): -7841255 or 1661576. OLE color: 1661576.

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

Color convert

RGB 136 90 25 -
CMYK 0 0.34 0.82 0.47
HSL 35.14º 0.69% 0.32% -
HSV(B) 35.14º 0.82% 0.53% -
XYZ 13.98 12.62 2.62 -
YUV 96.34 87.74 156.29 -
System Red Green Blue C M Y K H S L
Decimal 136 90 25 0 0.34 0.82 0.47 35.14 0.69 0.32
Hex 88 5A 19 0 22 52 2F 23 45 20
Octal 210 132 31 0 42 122 57 43 105 40
Binary 10001000 1011010 11001 0 100010 1010010 101111 100011 1000101 100000

Color Harmonies of #885A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A19

Black with #885A19

Text Example


Text Example

White with #885A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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