Html Css Color HEX #895524 Afghan Tan

📋 copy color: '#895524'

red 137 ◦ green 85 ◦ blue 36

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

Shades of Afghan Tan #895524

Tints of Afghan Tan #895524

RGB

 RED value IS 137 (53.91% from 255) = 53.1%

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

 BLUE value IS 36 (14.45% from 255) = 13.95%

R = 53.1%
G = 32.95%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#895524 (or 0x895524) is known color: Afghan Tan. HEX triplet: 89, 55 and 24. RGB value is (137,85,36). Sum of RGB (Red+Green+Blue) = 137+85+36=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #895524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895524 is #76AADB. Grayscale: #5F5F5F. Windows color (decimal): -7776988 or 2381193. OLE color: 2381193.

HSL color Cylindrical-coordinate representation of color #895524: hue angle of 29.11º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #895524 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 85 36 -
CMYK 0 0.38 0.74 0.46
HSL 29.11º 0.58% 0.34% -
HSV(B) 29.11º 0.74% 0.54% -
XYZ 13.88 11.94 3.24 -
YUV 94.96 94.73 157.98 -
System Red Green Blue C M Y K H S L
Decimal 137 85 36 0 0.38 0.74 0.46 29.11 0.58 0.34
Hex 89 55 24 0 26 4A 2E 1D 3A 22
Octal 211 125 44 0 46 112 56 35 72 42
Binary 10001001 1010101 100100 0 100110 1001010 101110 11101 111010 100010

Color Harmonies of #895524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895524

Black with #895524

Text Example


Text Example

White with #895524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895524; }

 p { color: rgb(137,85,36); }

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

background-color css

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

 a { background-color: rgb(137,85,36); }

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

border-color css

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

 span { border-color: rgb(137,85,36); }

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