#8A4B20

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

Shades of Russet #8A4B20

Tints of Russet #8A4B20

Color information

#8A4B20 (or 0x8A4B20) is unknown color: approx Russet. HEX triplet: 8A, 4B and 20. RGB value is (138,75,32). Sum of RGB (Red+Green+Blue) = 138+75+32=245 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.33% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4B20 is #75B4DF. Grayscale: #595959. Windows color (decimal): -7714016 or 2116490. OLE color: 2116490.

HSL color Cylindrical-coordinate representation of color #8A4B20: hue angle of 24.34º 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 #8A4B20 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB1387532-
CMYK00.460.770.46
HSL24.34º62.35%33.33%-
HSV(B)24.34º76.81%54.12%-
XYZ13.2610.542.7-
YUV88.9495.87163-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.33%
GREEN value IS 75 (29.69% from 255) = 30.61%
BLUE value IS 32 (12.89% from 255) = 13.06%
R=56.33%
G=30.61%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138753200.460.770.4624.3462.3533.33
Hex8A4B2002E4D2E183e21
Octal2121134005611556307641
Binary1000101010010111000000101110100110110111011000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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