Html Css Color HEX #895D1E Afghan Tan

📋 copy color: '#895D1E'

red 137 ◦ green 93 ◦ blue 30

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

Shades of Afghan Tan #895D1E

Tints of Afghan Tan #895D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.54%

R = 52.69%
G = 35.77%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#895D1E (or 0x895D1E) is known color: Afghan Tan. HEX triplet: 89, 5D and 1E. RGB value is (137,93,30). Sum of RGB (Red+Green+Blue) = 137+93+30=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #895D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D1E is #76A2E1. Grayscale: #636363. Windows color (decimal): -7774946 or 1990025. OLE color: 1990025.

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

Color convert

RGB 137 93 30 -
CMYK 0 0.32 0.78 0.46
HSL 35.33º 0.64% 0.33% -
HSV(B) 35.33º 0.78% 0.54% -
XYZ 14.47 13.24 3.02 -
YUV 98.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 137 93 30 0 0.32 0.78 0.46 35.33 0.64 0.33
Hex 89 5D 1E 0 20 4E 2E 23 40 21
Octal 211 135 36 0 40 116 56 43 100 41
Binary 10001001 1011101 11110 0 100000 1001110 101110 100011 1000000 100001

Color Harmonies of #895D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D1E

Black with #895D1E

Text Example


Text Example

White with #895D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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