#895A1C

Color #895A1C Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #895A1C

Tints of Afghan Tan #895A1C

Color information

#895A1C (or 0x895A1C) is unknown color: approx Afghan Tan. HEX triplet: 89, 5A and 1C. RGB value is (137,90,28). Sum of RGB (Red+Green+Blue) = 137+90+28=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #895A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895A1C is #76A5E3. Grayscale: #616161. Windows color (decimal): -7775716 or 1858185. OLE color: 1858185.

HSL color Cylindrical-coordinate representation of color #895A1C: hue angle of 34.13º 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 #895A1C is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB1379028-
CMYK00.340.800.46
HSL34.13º66.06%32.35%-
HSV(B)34.13º79.56%53.73%-
XYZ14.1812.712.81-
YUV96.9989.07156.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.73%
GREEN value IS 90 (35.55% from 255) = 35.29%
BLUE value IS 28 (11.33% from 255) = 10.98%
R=53.73%
G=35.29%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137902800.340.800.4634.1366.0632.35
Hex895A1C022502E224220
Octal21113234042120564210240
Binary10001001101101011100010001010100001011101000101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #895A1C;
 }
 .AnyTagClassName
 {
   color: #895A1C;
 }
</style>
background-color css

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

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

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

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

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

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