Html Css Color HEX #895D1A Afghan Tan

📋 copy color: '#895D1A'

red 137 ◦ green 93 ◦ blue 26

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

Shades of Afghan Tan #895D1A

Tints of Afghan Tan #895D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 53.52%
G = 36.33%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#895D1A (or 0x895D1A) is known color: Afghan Tan. HEX triplet: 89, 5D and 1A. RGB value is (137,93,26). Sum of RGB (Red+Green+Blue) = 137+93+26=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #895D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D1A is #76A2E5. Grayscale: #626262. Windows color (decimal): -7774950 or 1727881. OLE color: 1727881.

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

Color convert

RGB 137 93 26 -
CMYK 0 0.32 0.81 0.46
HSL 36.22º 0.68% 0.32% -
HSV(B) 36.22º 0.81% 0.54% -
XYZ 14.42 13.22 2.77 -
YUV 98.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 137 93 26 0 0.32 0.81 0.46 36.22 0.68 0.32
Hex 89 5D 1A 0 20 51 2E 24 44 20
Octal 211 135 32 0 40 121 56 44 104 40
Binary 10001001 1011101 11010 0 100000 1010001 101110 100100 1000100 100000

Color Harmonies of #895D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D1A

Black with #895D1A

Text Example


Text Example

White with #895D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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