Html Css Color HEX #896425 Afghan Tan

📋 copy color: '#896425'

red 137 ◦ green 100 ◦ blue 37

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

Shades of Afghan Tan #896425

Tints of Afghan Tan #896425

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.5%

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

R = 50%
G = 36.5%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#896425 (or 0x896425) is known color: Afghan Tan. HEX triplet: 89, 64 and 25. RGB value is (137,100,37). Sum of RGB (Red+Green+Blue) = 137+100+37=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #896425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896425 is #769BDA. Grayscale: #686868. Windows color (decimal): -7773147 or 2450569. OLE color: 2450569.

HSL color Cylindrical-coordinate representation of color #896425: hue angle of 37.8º 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 #896425 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 100 37 -
CMYK 0 0.27 0.73 0.46
HSL 37.8º 0.57% 0.34% -
HSV(B) 37.8º 0.73% 0.54% -
XYZ 15.21 14.57 3.76 -
YUV 103.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 137 100 37 0 0.27 0.73 0.46 37.8 0.57 0.34
Hex 89 64 25 0 1B 49 2E 26 39 22
Octal 211 144 45 0 33 111 56 46 71 42
Binary 10001001 1100100 100101 0 11011 1001001 101110 100110 111001 100010

Color Harmonies of #896425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896425

Black with #896425

Text Example


Text Example

White with #896425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896425; }

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

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

background-color css

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

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

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

border-color css

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

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

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