#895D26

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

Shades of Afghan Tan #895D26

Tints of Afghan Tan #895D26

Color information

#895D26 (or 0x895D26) is unknown color: approx Afghan Tan. HEX triplet: 89, 5D and 26. RGB value is (137,93,38). Sum of RGB (Red+Green+Blue) = 137+93+38=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #895D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D26 is #76A2D9. Grayscale: #646464. Windows color (decimal): -7774938 or 2514313. OLE color: 2514313.

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

Color convert

RGB1379338-
CMYK00.320.720.46
HSL33.33º56.57%34.31%-
HSV(B)33.33º72.26%53.73%-
XYZ14.5813.293.63-
YUV99.8993.08154.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.12%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 38 (15.23% from 255) = 14.18%
R=51.12%
G=34.70%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137933800.320.720.4633.3356.5734.31
Hex895D26020482E213922
Octal2111354604011056417142
Binary10001001101110110011001000001001000101110100001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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