Html Css Color HEX #895C24 Afghan Tan

📋 copy color: '#895C24'

red 137 ◦ green 92 ◦ blue 36

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

Shades of Afghan Tan #895C24

Tints of Afghan Tan #895C24

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.72%

 BLUE value IS 36 (14.45% from 255) = 13.58%

R = 51.7%
G = 34.72%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#895C24 (or 0x895C24) is known color: Afghan Tan. HEX triplet: 89, 5C and 24. RGB value is (137,92,36). Sum of RGB (Red+Green+Blue) = 137+92+36=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #895C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895C24 is #76A3DB. Grayscale: #636363. Windows color (decimal): -7775196 or 2382985. OLE color: 2382985.

HSL color Cylindrical-coordinate representation of color #895C24: hue angle of 33.27º degrees, saturation: 0.58, 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 #895C24 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 92 36 -
CMYK 0 0.33 0.74 0.46
HSL 33.27º 0.58% 0.34% -
HSV(B) 33.27º 0.74% 0.54% -
XYZ 14.46 13.1 3.44 -
YUV 99.07 92.41 155.05 -
System Red Green Blue C M Y K H S L
Decimal 137 92 36 0 0.33 0.74 0.46 33.27 0.58 0.34
Hex 89 5C 24 0 21 4A 2E 21 3A 22
Octal 211 134 44 0 41 112 56 41 72 42
Binary 10001001 1011100 100100 0 100001 1001010 101110 100001 111010 100010

Color Harmonies of #895C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C24

Black with #895C24

Text Example


Text Example

White with #895C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895C24; }

 p { color: rgb(137,92,36); }

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

background-color css

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

 a { background-color: rgb(137,92,36); }

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

border-color css

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

 span { border-color: rgb(137,92,36); }

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