Html Css Color HEX #895715 Afghan Tan

📋 copy color: '#895715'

red 137 ◦ green 87 ◦ blue 21

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

Shades of Afghan Tan #895715

Tints of Afghan Tan #895715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 55.92%
G = 35.51%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#895715 (or 0x895715) is known color: Afghan Tan. HEX triplet: 89, 57 and 15. RGB value is (137,87,21). Sum of RGB (Red+Green+Blue) = 137+87+21=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #895715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895715 is #76A8EA. Grayscale: #5E5E5E. Windows color (decimal): -7776491 or 1398665. OLE color: 1398665.

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

Color convert

RGB 137 87 21 -
CMYK 0 0.36 0.85 0.46
HSL 34.14º 0.73% 0.31% -
HSV(B) 34.14º 0.85% 0.54% -
XYZ 13.86 12.19 2.33 -
YUV 94.43 86.57 158.37 -
System Red Green Blue C M Y K H S L
Decimal 137 87 21 0 0.36 0.85 0.46 34.14 0.73 0.31
Hex 89 57 15 0 24 55 2E 22 49 1F
Octal 211 127 25 0 44 125 56 42 111 37
Binary 10001001 1010111 10101 0 100100 1010101 101110 100010 1001001 11111

Color Harmonies of #895715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895715

Black with #895715

Text Example


Text Example

White with #895715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895715; }

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

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

background-color css

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

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

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

border-color css

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

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

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