#8C632C

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

Shades of Rusty Nail #8C632C

Tints of Rusty Nail #8C632C

Color information

#8C632C (or 0x8C632C) is unknown color: approx Rusty Nail. HEX triplet: 8C, 63 and 2C. RGB value is (140,99,44). Sum of RGB (Red+Green+Blue) = 140+99+44=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C632C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C632C is #739CD3. Grayscale: #696969. Windows color (decimal): -7576788 or 2909068. OLE color: 2909068.

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

Color convert

RGB1409944-
CMYK00.290.690.45
HSL34.38º52.17%36.08%-
HSV(B)34.38º68.57%54.9%-
XYZ15.7314.684.39-
YUV104.9993.58152.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.47%
GREEN value IS 99 (39.06% from 255) = 34.98%
BLUE value IS 44 (17.58% from 255) = 15.55%
R=49.47%
G=34.98%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140994400.290.690.4534.3852.1736.08
Hex8C632C01D452D223424
Octal2141435403510555426444
Binary1000110011000111011000111011000101101101100010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,99,44); }

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

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

 a { background-color: rgb(140,99,44); }

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

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

 span { border-color: rgb(140,99,44); }

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