Html Css Color HEX #896323 Afghan Tan

📋 copy color: '#896323'

red 137 ◦ green 99 ◦ blue 35

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

Shades of Afghan Tan #896323

Tints of Afghan Tan #896323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.92%

R = 50.55%
G = 36.53%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#896323 (or 0x896323) is known color: Afghan Tan. HEX triplet: 89, 63 and 23. RGB value is (137,99,35). Sum of RGB (Red+Green+Blue) = 137+99+35=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #896323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896323 is #769CDC. Grayscale: #676767. Windows color (decimal): -7773405 or 2319241. OLE color: 2319241.

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

Color convert

RGB 137 99 35 -
CMYK 0 0.28 0.74 0.46
HSL 37.65º 0.59% 0.34% -
HSV(B) 37.65º 0.74% 0.54% -
XYZ 15.08 14.36 3.57 -
YUV 103.07 89.59 152.2 -
System Red Green Blue C M Y K H S L
Decimal 137 99 35 0 0.28 0.74 0.46 37.65 0.59 0.34
Hex 89 63 23 0 1C 4A 2E 26 3B 22
Octal 211 143 43 0 34 112 56 46 73 42
Binary 10001001 1100011 100011 0 11100 1001010 101110 100110 111011 100010

Color Harmonies of #896323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896323

Black with #896323

Text Example


Text Example

White with #896323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896323; }

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

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

background-color css

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

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

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

border-color css

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

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

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