Html Css Color HEX #895520 Afghan Tan

📋 copy color: '#895520'

red 137 ◦ green 85 ◦ blue 32

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

Shades of Afghan Tan #895520

Tints of Afghan Tan #895520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.6%

R = 53.94%
G = 33.46%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#895520 (or 0x895520) is known color: Afghan Tan. HEX triplet: 89, 55 and 20. RGB value is (137,85,32). Sum of RGB (Red+Green+Blue) = 137+85+32=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #895520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895520 is #76AADF. Grayscale: #5E5E5E. Windows color (decimal): -7776992 or 2119049. OLE color: 2119049.

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

Color convert

RGB 137 85 32 -
CMYK 0 0.38 0.77 0.46
HSL 30.29º 0.62% 0.33% -
HSV(B) 30.29º 0.77% 0.54% -
XYZ 13.83 11.92 2.94 -
YUV 94.51 92.73 158.31 -
System Red Green Blue C M Y K H S L
Decimal 137 85 32 0 0.38 0.77 0.46 30.29 0.62 0.33
Hex 89 55 20 0 26 4D 2E 1E 3E 21
Octal 211 125 40 0 46 115 56 36 76 41
Binary 10001001 1010101 100000 0 100110 1001101 101110 11110 111110 100001

Color Harmonies of #895520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895520

Black with #895520

Text Example


Text Example

White with #895520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895520; }

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

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

background-color css

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

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

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

border-color css

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

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

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