Html Css Color HEX #895D1C Afghan Tan

📋 copy color: '#895D1C'

red 137 ◦ green 93 ◦ blue 28

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

Shades of Afghan Tan #895D1C

Tints of Afghan Tan #895D1C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.05%

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 53.1%
G = 36.05%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#895D1C (or 0x895D1C) is known color: Afghan Tan. HEX triplet: 89, 5D and 1C. RGB value is (137,93,28). Sum of RGB (Red+Green+Blue) = 137+93+28=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #895D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D1C is #76A2E3. Grayscale: #636363. Windows color (decimal): -7774948 or 1858953. OLE color: 1858953.

HSL color Cylindrical-coordinate representation of color #895D1C: hue angle of 35.78º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #895D1C is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 93 28 -
CMYK 0 0.32 0.80 0.46
HSL 35.78º 0.66% 0.32% -
HSV(B) 35.78º 0.8% 0.54% -
XYZ 14.44 13.23 2.89 -
YUV 98.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 137 93 28 0 0.32 0.80 0.46 35.78 0.66 0.32
Hex 89 5D 1C 0 20 50 2E 24 42 20
Octal 211 135 34 0 40 120 56 44 102 40
Binary 10001001 1011101 11100 0 100000 1010000 101110 100100 1000010 100000

Color Harmonies of #895D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D1C

Black with #895D1C

Text Example


Text Example

White with #895D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,93,28); }

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

background-color css

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

 a { background-color: rgb(137,93,28); }

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

border-color css

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

 span { border-color: rgb(137,93,28); }

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