#8C582B

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

Shades of Rusty Nail #8C582B

Tints of Rusty Nail #8C582B

Color information

#8C582B (or 0x8C582B) is unknown color: approx Rusty Nail. HEX triplet: 8C, 58 and 2B. RGB value is (140,88,43). Sum of RGB (Red+Green+Blue) = 140+88+43=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C582B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C582B is #73A7D4. Grayscale: #626262. Windows color (decimal): -7579605 or 2840716. OLE color: 2840716.

HSL color Cylindrical-coordinate representation of color #8C582B: hue angle of 27.84º 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 #8C582B is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB1408843-
CMYK00.370.690.45
HSL27.84º53.01%35.88%-
HSV(B)27.84º69.29%54.9%-
XYZ14.7412.733.97-
YUV98.4296.73157.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.66%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 43 (17.19% from 255) = 15.87%
R=51.66%
G=32.47%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140884300.370.690.4527.8453.0135.88
Hex8C582B025452D1c3524
Octal2141305304510555346544
Binary1000110010110001010110100101100010110110111100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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