#8D612C

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

Shades of Rusty Nail #8D612C

Tints of Rusty Nail #8D612C

Color information

#8D612C (or 0x8D612C) is unknown color: approx Rusty Nail. HEX triplet: 8D, 61 and 2C. RGB value is (141,97,44). Sum of RGB (Red+Green+Blue) = 141+97+44=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D612C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D612C is #729ED3. Grayscale: #686868. Windows color (decimal): -7511764 or 2908557. OLE color: 2908557.

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

Color convert

RGB1419744-
CMYK00.310.690.45
HSL32.78º52.43%36.27%-
HSV(B)32.78º68.79%55.29%-
XYZ15.7114.394.33-
YUV104.1194.08154.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 44 (17.58% from 255) = 15.60%
R=50%
G=34.40%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141974400.310.690.4532.7852.4336.27
Hex8D612C01F452D213424
Octal2151415403710555416444
Binary1000110111000011011000111111000101101101100001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,97,44); }

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

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

 a { background-color: rgb(141,97,44); }

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

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

 span { border-color: rgb(141,97,44); }

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