#8A4520

Color #8A4520 Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #8A4520

Tints of Russet #8A4520

Color information

#8A4520 (or 0x8A4520) is unknown color: approx Russet. HEX triplet: 8A, 45 and 20. RGB value is (138,69,32). Sum of RGB (Red+Green+Blue) = 138+69+32=239 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.74% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4520 is #75BADF. Grayscale: #555555. Windows color (decimal): -7715552 or 2114954. OLE color: 2114954.

HSL color Cylindrical-coordinate representation of color #8A4520: hue angle of 20.94º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A4520 is Cyan = 0, Magento = 0.5, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB1386932-
CMYK00.50.770.46
HSL20.94º62.35%33.33%-
HSV(B)20.94º76.81%54.12%-
XYZ12.879.762.57-
YUV85.4197.86165.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.74%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 32 (12.89% from 255) = 13.39%
R=57.74%
G=28.87%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138693200.50.770.4620.9462.3533.33
Hex8A45200324D2E153e21
Octal2121054006211556257641
Binary1000101010001011000000110010100110110111010101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A4520; }

 p { color: rgb(138,69,32); }

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

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

 a { background-color: rgb(138,69,32); }

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

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

 span { border-color: rgb(138,69,32); }

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