#895E1F

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

Shades of Afghan Tan #895E1F

Tints of Afghan Tan #895E1F

Color information

#895E1F (or 0x895E1F) is unknown color: approx Afghan Tan. HEX triplet: 89, 5E and 1F. RGB value is (137,94,31). Sum of RGB (Red+Green+Blue) = 137+94+31=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #895E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895E1F is #76A1E0. Grayscale: #636363. Windows color (decimal): -7774689 or 2055817. OLE color: 2055817.

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

Color convert

RGB1379431-
CMYK00.310.770.46
HSL35.66º63.1%32.94%-
HSV(B)35.66º77.37%53.73%-
XYZ14.5713.423.12-
YUV99.6889.25154.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.29%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 31 (12.5% from 255) = 11.83%
R=52.29%
G=35.88%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137943100.310.770.4635.6663.132.94
Hex895E1F01F4D2E243f21
Octal2111363703711556447741
Binary100010011011110111110111111001101101110100100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,94,31); }

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

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

 a { background-color: rgb(137,94,31); }

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

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

 span { border-color: rgb(137,94,31); }

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