#8C592B

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

Shades of Rusty Nail #8C592B

Tints of Rusty Nail #8C592B

Color information

#8C592B (or 0x8C592B) is unknown color: approx Rusty Nail. HEX triplet: 8C, 59 and 2B. RGB value is (140,89,43). Sum of RGB (Red+Green+Blue) = 140+89+43=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C592B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C592B is #73A6D4. Grayscale: #636363. Windows color (decimal): -7579349 or 2840972. OLE color: 2840972.

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

Color convert

RGB1408943-
CMYK00.360.690.45
HSL28.45º53.01%35.88%-
HSV(B)28.45º69.29%54.9%-
XYZ14.8212.893.99-
YUV9996.4157.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.47%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 43 (17.19% from 255) = 15.81%
R=51.47%
G=32.72%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140894300.360.690.4528.4553.0135.88
Hex8C592B024452D1c3524
Octal2141315304410555346544
Binary1000110010110011010110100100100010110110111100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C592B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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