Html Css Color HEX #896325 Afghan Tan

📋 copy color: '#896325'

red 137 ◦ green 99 ◦ blue 37

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

Shades of Afghan Tan #896325

Tints of Afghan Tan #896325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.26%

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 50.18%
G = 36.26%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#896325 (or 0x896325) is known color: Afghan Tan. HEX triplet: 89, 63 and 25. RGB value is (137,99,37). Sum of RGB (Red+Green+Blue) = 137+99+37=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #896325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896325 is #769CDA. Grayscale: #676767. Windows color (decimal): -7773403 or 2450313. OLE color: 2450313.

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

Color convert

RGB 137 99 37 -
CMYK 0 0.28 0.73 0.46
HSL 37.2º 0.57% 0.34% -
HSV(B) 37.2º 0.73% 0.54% -
XYZ 15.11 14.38 3.73 -
YUV 103.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 137 99 37 0 0.28 0.73 0.46 37.2 0.57 0.34
Hex 89 63 25 0 1C 49 2E 25 39 22
Octal 211 143 45 0 34 111 56 45 71 42
Binary 10001001 1100011 100101 0 11100 1001001 101110 100101 111001 100010

Color Harmonies of #896325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896325

Black with #896325

Text Example


Text Example

White with #896325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896325; }

 p { color: rgb(137,99,37); }

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

background-color css

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

 a { background-color: rgb(137,99,37); }

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

border-color css

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

 span { border-color: rgb(137,99,37); }

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