Html Css Color HEX #895523 Afghan Tan

📋 copy color: '#895523'

red 137 ◦ green 85 ◦ blue 35

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

Shades of Afghan Tan #895523

Tints of Afghan Tan #895523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.62%

R = 53.31%
G = 33.07%
B = 13.62%

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

#895523 (or 0x895523) is known color: Afghan Tan. HEX triplet: 89, 55 and 23. RGB value is (137,85,35). Sum of RGB (Red+Green+Blue) = 137+85+35=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #895523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895523 is #76AADC. Grayscale: #5F5F5F. Windows color (decimal): -7776989 or 2315657. OLE color: 2315657.

HSL color Cylindrical-coordinate representation of color #895523: hue angle of 29.41º degrees, saturation: 0.59, 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 #895523 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 85 35 -
CMYK 0 0.38 0.74 0.46
HSL 29.41º 0.59% 0.34% -
HSV(B) 29.41º 0.74% 0.54% -
XYZ 13.87 11.94 3.16 -
YUV 94.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 137 85 35 0 0.38 0.74 0.46 29.41 0.59 0.34
Hex 89 55 23 0 26 4A 2E 1D 3B 22
Octal 211 125 43 0 46 112 56 35 73 42
Binary 10001001 1010101 100011 0 100110 1001010 101110 11101 111011 100010

Color Harmonies of #895523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895523

Black with #895523

Text Example


Text Example

White with #895523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895523; }

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

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

background-color css

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

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

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

border-color css

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

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

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