Html Css Color HEX #895922 Afghan Tan

📋 copy color: '#895922'

red 137 ◦ green 89 ◦ blue 34

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

Shades of Afghan Tan #895922

Tints of Afghan Tan #895922

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.23%

 BLUE value IS 34 (13.67% from 255) = 13.08%

R = 52.69%
G = 34.23%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#895922 (or 0x895922) is known color: Afghan Tan. HEX triplet: 89, 59 and 22. RGB value is (137,89,34). Sum of RGB (Red+Green+Blue) = 137+89+34=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #895922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895922 is #76A6DD. Grayscale: #616161. Windows color (decimal): -7775966 or 2251145. OLE color: 2251145.

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

Color convert

RGB 137 89 34 -
CMYK 0 0.35 0.75 0.46
HSL 32.04º 0.6% 0.34% -
HSV(B) 32.04º 0.75% 0.54% -
XYZ 14.18 12.58 3.19 -
YUV 97.08 92.4 156.47 -
System Red Green Blue C M Y K H S L
Decimal 137 89 34 0 0.35 0.75 0.46 32.04 0.6 0.34
Hex 89 59 22 0 23 4B 2E 20 3C 22
Octal 211 131 42 0 43 113 56 40 74 42
Binary 10001001 1011001 100010 0 100011 1001011 101110 100000 111100 100010

Color Harmonies of #895922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895922

Black with #895922

Text Example


Text Example

White with #895922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895922; }

 p { color: rgb(137,89,34); }

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

background-color css

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

 a { background-color: rgb(137,89,34); }

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

border-color css

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

 span { border-color: rgb(137,89,34); }

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