Html Css Color HEX #895620 Afghan Tan

📋 copy color: '#895620'

red 137 ◦ green 86 ◦ blue 32

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

Shades of Afghan Tan #895620

Tints of Afghan Tan #895620

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.73%

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

R = 53.73%
G = 33.73%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#895620 (or 0x895620) is known color: Afghan Tan. HEX triplet: 89, 56 and 20. RGB value is (137,86,32). Sum of RGB (Red+Green+Blue) = 137+86+32=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #895620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895620 is #76A9DF. Grayscale: #5F5F5F. Windows color (decimal): -7776736 or 2119305. OLE color: 2119305.

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

Color convert

RGB 137 86 32 -
CMYK 0 0.37 0.77 0.46
HSL 30.86º 0.62% 0.33% -
HSV(B) 30.86º 0.77% 0.54% -
XYZ 13.91 12.08 2.96 -
YUV 95.09 92.4 157.89 -
System Red Green Blue C M Y K H S L
Decimal 137 86 32 0 0.37 0.77 0.46 30.86 0.62 0.33
Hex 89 56 20 0 25 4D 2E 1F 3E 21
Octal 211 126 40 0 45 115 56 37 76 41
Binary 10001001 1010110 100000 0 100101 1001101 101110 11111 111110 100001

Color Harmonies of #895620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895620

Black with #895620

Text Example


Text Example

White with #895620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895620; }

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

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

background-color css

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

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

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

border-color css

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

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

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