#895C1A

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

Shades of Afghan Tan #895C1A

Tints of Afghan Tan #895C1A

Color information

#895C1A (or 0x895C1A) is unknown color: approx Afghan Tan. HEX triplet: 89, 5C and 1A. RGB value is (137,92,26). Sum of RGB (Red+Green+Blue) = 137+92+26=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #895C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895C1A is #76A3E5. Grayscale: #626262. Windows color (decimal): -7775206 or 1727625. OLE color: 1727625.

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

Color convert

RGB1379226-
CMYK00.330.810.46
HSL35.68º68.1%31.96%-
HSV(B)35.68º81.02%53.73%-
XYZ14.3313.052.74-
YUV97.9387.41155.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.73%
GREEN value IS 92 (36.33% from 255) = 36.08%
BLUE value IS 26 (10.55% from 255) = 10.20%
R=53.73%
G=36.08%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137922600.330.810.4635.6868.131.96
Hex895C1A021512E244420
Octal21113432041121564410440
Binary10001001101110011010010000110100011011101001001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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