#895C26

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

Shades of Afghan Tan #895C26

Tints of Afghan Tan #895C26

Color information

#895C26 (or 0x895C26) is unknown color: approx Afghan Tan. HEX triplet: 89, 5C and 26. RGB value is (137,92,38). Sum of RGB (Red+Green+Blue) = 137+92+38=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #895C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895C26 is #76A3D9. Grayscale: #636363. Windows color (decimal): -7775194 or 2514057. OLE color: 2514057.

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

Color convert

RGB1379238-
CMYK00.330.720.46
HSL32.73º56.57%34.31%-
HSV(B)32.73º72.26%53.73%-
XYZ14.4913.113.6-
YUV99.393.41154.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 92 (36.33% from 255) = 34.46%
BLUE value IS 38 (15.23% from 255) = 14.23%
R=51.31%
G=34.46%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137923800.330.720.4632.7356.5734.31
Hex895C26021482E213922
Octal2111344604111056417142
Binary10001001101110010011001000011001000101110100001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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