#895C1E

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

Shades of Afghan Tan #895C1E

Tints of Afghan Tan #895C1E

Color information

#895C1E (or 0x895C1E) is unknown color: approx Afghan Tan. HEX triplet: 89, 5C and 1E. RGB value is (137,92,30). Sum of RGB (Red+Green+Blue) = 137+92+30=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #895C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895C1E is #76A3E1. Grayscale: #626262. Windows color (decimal): -7775202 or 1989769. OLE color: 1989769.

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

Color convert

RGB1379230-
CMYK00.330.780.46
HSL34.77º64.07%32.75%-
HSV(B)34.77º78.1%53.73%-
XYZ14.3813.072.99-
YUV98.3989.41155.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 92 (36.33% from 255) = 35.52%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=52.90%
G=35.52%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137923000.330.780.4634.7764.0732.75
Hex895C1E0214E2E234021
Octal21113436041116564310041
Binary10001001101110011110010000110011101011101000111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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