Html Css Color HEX #895320 Afghan Tan

📋 copy color: '#895320'

red 137 ◦ green 83 ◦ blue 32

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

Shades of Afghan Tan #895320

Tints of Afghan Tan #895320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

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

R = 54.37%
G = 32.94%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#895320 (or 0x895320) is known color: Afghan Tan. HEX triplet: 89, 53 and 20. RGB value is (137,83,32). Sum of RGB (Red+Green+Blue) = 137+83+32=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #895320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895320 is #76ACDF. Grayscale: #5D5D5D. Windows color (decimal): -7777504 or 2118537. OLE color: 2118537.

HSL color Cylindrical-coordinate representation of color #895320: hue angle of 29.14º 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 #895320 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 83 32 -
CMYK 0 0.39 0.77 0.46
HSL 29.14º 0.62% 0.33% -
HSV(B) 29.14º 0.77% 0.54% -
XYZ 13.67 11.61 2.89 -
YUV 93.33 93.39 159.15 -
System Red Green Blue C M Y K H S L
Decimal 137 83 32 0 0.39 0.77 0.46 29.14 0.62 0.33
Hex 89 53 20 0 27 4D 2E 1D 3E 21
Octal 211 123 40 0 47 115 56 35 76 41
Binary 10001001 1010011 100000 0 100111 1001101 101110 11101 111110 100001

Color Harmonies of #895320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895320

Black with #895320

Text Example


Text Example

White with #895320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895320; }

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

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

background-color css

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

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

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

border-color css

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

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

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