#895B23

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

Shades of Afghan Tan #895B23

Tints of Afghan Tan #895B23

Color information

#895B23 (or 0x895B23) is unknown color: approx Afghan Tan. HEX triplet: 89, 5B and 23. RGB value is (137,91,35). Sum of RGB (Red+Green+Blue) = 137+91+35=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #895B23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895B23 is #76A4DC. Grayscale: #626262. Windows color (decimal): -7775453 or 2317193. OLE color: 2317193.

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

Color convert

RGB1379135-
CMYK00.340.740.46
HSL32.94º59.3%33.73%-
HSV(B)32.94º74.45%53.73%-
XYZ14.3612.923.33-
YUV98.3792.24155.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.09%
GREEN value IS 91 (35.94% from 255) = 34.60%
BLUE value IS 35 (14.06% from 255) = 13.31%
R=52.09%
G=34.60%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137913500.340.740.4632.9459.333.73
Hex895B230224A2E213b22
Octal2111334304211256417342
Binary10001001101101110001101000101001010101110100001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,91,35); }

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

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

 a { background-color: rgb(137,91,35); }

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

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

 span { border-color: rgb(137,91,35); }

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