Html Css Color HEX #896019 Afghan Tan

📋 copy color: '#896019'

red 137 ◦ green 96 ◦ blue 25

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

Shades of Afghan Tan #896019

Tints of Afghan Tan #896019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.21%

 BLUE value IS 25 (10.16% from 255) = 9.69%

R = 53.1%
G = 37.21%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#896019 (or 0x896019) is known color: Afghan Tan. HEX triplet: 89, 60 and 19. RGB value is (137,96,25). Sum of RGB (Red+Green+Blue) = 137+96+25=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #896019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896019 is #769FE6. Grayscale: #646464. Windows color (decimal): -7774183 or 1663113. OLE color: 1663113.

HSL color Cylindrical-coordinate representation of color #896019: hue angle of 38.04º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #896019 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 96 25 -
CMYK 0 0.30 0.82 0.46
HSL 38.04º 0.69% 0.32% -
HSV(B) 38.04º 0.82% 0.54% -
XYZ 14.67 13.75 2.8 -
YUV 100.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 137 96 25 0 0.30 0.82 0.46 38.04 0.69 0.32
Hex 89 60 19 0 1E 52 2E 26 45 20
Octal 211 140 31 0 36 122 56 46 105 40
Binary 10001001 1100000 11001 0 11110 1010010 101110 100110 1000101 100000

Color Harmonies of #896019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896019

Black with #896019

Text Example


Text Example

White with #896019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896019; }

 p { color: rgb(137,96,25); }

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

background-color css

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

 a { background-color: rgb(137,96,25); }

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

border-color css

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

 span { border-color: rgb(137,96,25); }

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