#8A501F

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

Shades of Russet #8A501F

Tints of Russet #8A501F

Color information

#8A501F (or 0x8A501F) is unknown color: approx Russet. HEX triplet: 8A, 50 and 1F. RGB value is (138,80,31). Sum of RGB (Red+Green+Blue) = 138+80+31=249 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.42% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 138 - color contains mainly: red. Hex color #8A501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A501F is #75AFE0. Grayscale: #5C5C5C. Windows color (decimal): -7712737 or 2052234. OLE color: 2052234.

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

Color convert

RGB1388031-
CMYK00.420.780.46
HSL27.48º63.31%33.14%-
HSV(B)27.48º77.54%54.12%-
XYZ13.611.242.75-
YUV91.7693.72160.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.42%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 31 (12.5% from 255) = 12.45%
R=55.42%
G=32.13%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138803100.420.780.4627.4863.3133.14
Hex8A501F02A4E2E1b3f21
Octal2121203705211656337741
Binary100010101010000111110101010100111010111011011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,80,31); }

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

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

 a { background-color: rgb(138,80,31); }

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

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

 span { border-color: rgb(138,80,31); }

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