#8C652D

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

Shades of Rusty Nail #8C652D

Tints of Rusty Nail #8C652D

Color information

#8C652D (or 0x8C652D) is unknown color: approx Rusty Nail. HEX triplet: 8C, 65 and 2D. RGB value is (140,101,45). Sum of RGB (Red+Green+Blue) = 140+101+45=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C652D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C652D is #739AD2. Grayscale: #6A6A6A. Windows color (decimal): -7576275 or 2975116. OLE color: 2975116.

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

Color convert

RGB14010145-
CMYK00.280.680.45
HSL35.37º51.35%36.27%-
HSV(B)35.37º67.86%54.9%-
XYZ15.9415.074.55-
YUV106.2893.42152.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.95%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 45 (17.97% from 255) = 15.73%
R=48.95%
G=35.31%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401014500.280.680.4535.3751.3536.27
Hex8C652D01C442D233324
Octal2141455503410455436344
Binary1000110011001011011010111001000100101101100011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C652D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,101,45); }

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

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

 a { background-color: rgb(140,101,45); }

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

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

 span { border-color: rgb(140,101,45); }

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