#8C592A

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

Shades of Rusty Nail #8C592A

Tints of Rusty Nail #8C592A

Color information

#8C592A (or 0x8C592A) is unknown color: approx Rusty Nail. HEX triplet: 8C, 59 and 2A. RGB value is (140,89,42). Sum of RGB (Red+Green+Blue) = 140+89+42=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C592A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C592A is #73A6D5. Grayscale: #636363. Windows color (decimal): -7579350 or 2775436. OLE color: 2775436.

HSL color Cylindrical-coordinate representation of color #8C592A: hue angle of 28.78º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C592A is Cyan = 0, Magento = 0.36, Yellow = 0.7 and Black (K on CMYK) = 0.45.

Color convert

RGB1408942-
CMYK00.360.70.45
HSL28.78º53.85%35.69%-
HSV(B)28.78º70%54.9%-
XYZ14.8112.893.9-
YUV98.8995.9157.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.66%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 42 (16.80% from 255) = 15.50%
R=51.66%
G=32.84%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.7
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140894200.360.70.4528.7853.8535.69
Hex8C592A024462D1d3624
Octal2141315204410655356644
Binary1000110010110011010100100100100011010110111101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,89,42); }

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

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

 a { background-color: rgb(140,89,42); }

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

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

 span { border-color: rgb(140,89,42); }

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