Html Css Color HEX #895D20 Afghan Tan

📋 copy color: '#895D20'

red 137 ◦ green 93 ◦ blue 32

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

Shades of Afghan Tan #895D20

Tints of Afghan Tan #895D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.5%

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

R = 52.29%
G = 35.5%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#895D20 (or 0x895D20) is known color: Afghan Tan. HEX triplet: 89, 5D and 20. RGB value is (137,93,32). Sum of RGB (Red+Green+Blue) = 137+93+32=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #895D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D20 is #76A2DF. Grayscale: #636363. Windows color (decimal): -7774944 or 2121097. OLE color: 2121097.

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

Color convert

RGB 137 93 32 -
CMYK 0 0.32 0.77 0.46
HSL 34.86º 0.62% 0.33% -
HSV(B) 34.86º 0.77% 0.54% -
XYZ 14.49 13.25 3.16 -
YUV 99.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 137 93 32 0 0.32 0.77 0.46 34.86 0.62 0.33
Hex 89 5D 20 0 20 4D 2E 23 3E 21
Octal 211 135 40 0 40 115 56 43 76 41
Binary 10001001 1011101 100000 0 100000 1001101 101110 100011 111110 100001

Color Harmonies of #895D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D20

Black with #895D20

Text Example


Text Example

White with #895D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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