#895922

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

Shades of Afghan Tan #895922

Tints of Afghan Tan #895922

Color information

#895922 (or 0x895922) is unknown color: approx Afghan Tan. HEX triplet: 89, 59 and 22. RGB value is (137,89,34). Sum of RGB (Red+Green+Blue) = 137+89+34=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #895922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895922 is #76A6DD. Grayscale: #616161. Windows color (decimal): -7775966 or 2251145. OLE color: 2251145.

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

Color convert

RGB1378934-
CMYK00.350.750.46
HSL32.04º60.23%33.53%-
HSV(B)32.04º75.18%53.73%-
XYZ14.1812.583.19-
YUV97.0892.4156.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.69%
GREEN value IS 89 (35.16% from 255) = 34.23%
BLUE value IS 34 (13.67% from 255) = 13.08%
R=52.69%
G=34.23%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137893400.350.750.4632.0460.2333.53
Hex8959220234B2E203c22
Octal2111314204311356407442
Binary10001001101100110001001000111001011101110100000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895922; }

 p { color: rgb(137,89,34); }

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

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

 a { background-color: rgb(137,89,34); }

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

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

 span { border-color: rgb(137,89,34); }

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