Html Css Color HEX #895525 Afghan Tan

📋 copy color: '#895525'

red 137 ◦ green 85 ◦ blue 37

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

Shades of Afghan Tan #895525

Tints of Afghan Tan #895525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.29%

R = 52.9%
G = 32.82%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#895525 (or 0x895525) is known color: Afghan Tan. HEX triplet: 89, 55 and 25. RGB value is (137,85,37). Sum of RGB (Red+Green+Blue) = 137+85+37=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #895525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895525 is #76AADA. Grayscale: #5F5F5F. Windows color (decimal): -7776987 or 2446729. OLE color: 2446729.

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

Color convert

RGB 137 85 37 -
CMYK 0 0.38 0.73 0.46
HSL 28.8º 0.57% 0.34% -
HSV(B) 28.8º 0.73% 0.54% -
XYZ 13.9 11.95 3.32 -
YUV 95.08 95.23 157.9 -
System Red Green Blue C M Y K H S L
Decimal 137 85 37 0 0.38 0.73 0.46 28.8 0.57 0.34
Hex 89 55 25 0 26 49 2E 1D 39 22
Octal 211 125 45 0 46 111 56 35 71 42
Binary 10001001 1010101 100101 0 100110 1001001 101110 11101 111001 100010

Color Harmonies of #895525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895525

Black with #895525

Text Example


Text Example

White with #895525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895525; }

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

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

background-color css

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

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

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

border-color css

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

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

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