Html Css Color HEX #895824 Afghan Tan

📋 copy color: '#895824'

red 137 ◦ green 88 ◦ blue 36

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

Shades of Afghan Tan #895824

Tints of Afghan Tan #895824

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.72%

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

R = 52.49%
G = 33.72%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#895824 (or 0x895824) is known color: Afghan Tan. HEX triplet: 89, 58 and 24. RGB value is (137,88,36). Sum of RGB (Red+Green+Blue) = 137+88+36=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #895824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895824 is #76A7DB. Grayscale: #606060. Windows color (decimal): -7776220 or 2381961. OLE color: 2381961.

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

Color convert

RGB 137 88 36 -
CMYK 0 0.36 0.74 0.46
HSL 30.89º 0.58% 0.34% -
HSV(B) 30.89º 0.74% 0.54% -
XYZ 14.12 12.43 3.32 -
YUV 96.72 93.73 156.73 -
System Red Green Blue C M Y K H S L
Decimal 137 88 36 0 0.36 0.74 0.46 30.89 0.58 0.34
Hex 89 58 24 0 24 4A 2E 1F 3A 22
Octal 211 130 44 0 44 112 56 37 72 42
Binary 10001001 1011000 100100 0 100100 1001010 101110 11111 111010 100010

Color Harmonies of #895824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895824

Black with #895824

Text Example


Text Example

White with #895824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895824; }

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

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

background-color css

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

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

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

border-color css

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

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

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