Html Css Color HEX #895716 Afghan Tan

📋 copy color: '#895716'

red 137 ◦ green 87 ◦ blue 22

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

Shades of Afghan Tan #895716

Tints of Afghan Tan #895716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.37%

 BLUE value IS 22 (8.98% from 255) = 8.94%

R = 55.69%
G = 35.37%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#895716 (or 0x895716) is known color: Afghan Tan. HEX triplet: 89, 57 and 16. RGB value is (137,87,22). Sum of RGB (Red+Green+Blue) = 137+87+22=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #895716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895716 is #76A8E9. Grayscale: #5E5E5E. Windows color (decimal): -7776490 or 1464201. OLE color: 1464201.

HSL color Cylindrical-coordinate representation of color #895716: hue angle of 33.91º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #895716 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 87 22 -
CMYK 0 0.36 0.84 0.46
HSL 33.91º 0.72% 0.31% -
HSV(B) 33.91º 0.84% 0.54% -
XYZ 13.87 12.19 2.38 -
YUV 94.54 87.07 158.29 -
System Red Green Blue C M Y K H S L
Decimal 137 87 22 0 0.36 0.84 0.46 33.91 0.72 0.31
Hex 89 57 16 0 24 54 2E 22 48 1F
Octal 211 127 26 0 44 124 56 42 110 37
Binary 10001001 1010111 10110 0 100100 1010100 101110 100010 1001000 11111

Color Harmonies of #895716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895716

Black with #895716

Text Example


Text Example

White with #895716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895716; }

 p { color: rgb(137,87,22); }

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

background-color css

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

 a { background-color: rgb(137,87,22); }

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

border-color css

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

 span { border-color: rgb(137,87,22); }

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