#8A521C

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

Shades of Russet #8A521C

Tints of Russet #8A521C

Color information

#8A521C (or 0x8A521C) is unknown color: approx Russet. HEX triplet: 8A, 52 and 1C. RGB value is (138,82,28). Sum of RGB (Red+Green+Blue) = 138+82+28=248 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.65% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 138 - color contains mainly: red. Hex color #8A521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A521C is #75ADE3. Grayscale: #5C5C5C. Windows color (decimal): -7712228 or 1856138. OLE color: 1856138.

HSL color Cylindrical-coordinate representation of color #8A521C: hue angle of 29.45º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A521C is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB1388228-
CMYK00.410.800.46
HSL29.45º66.27%32.55%-
HSV(B)29.45º79.71%54.12%-
XYZ13.7111.522.6-
YUV92.5991.55160.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.65%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 28 (11.33% from 255) = 11.29%
R=55.65%
G=33.06%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138822800.410.800.4629.4566.2732.55
Hex8A521C029502E1d4221
Octal21212234051120563510241
Binary1000101010100101110001010011010000101110111011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A521C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,82,28); }

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

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

 a { background-color: rgb(138,82,28); }

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

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

 span { border-color: rgb(138,82,28); }

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