#8C652F

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

Shades of Rusty Nail #8C652F

Tints of Rusty Nail #8C652F

Color information

#8C652F (or 0x8C652F) is unknown color: approx Rusty Nail. HEX triplet: 8C, 65 and 2F. RGB value is (140,101,47). Sum of RGB (Red+Green+Blue) = 140+101+47=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 140 - color contains mainly: red. Hex color #8C652F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C652F is #739AD0. Grayscale: #6A6A6A. Windows color (decimal): -7576273 or 3106188. OLE color: 3106188.

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

Color convert

RGB14010147-
CMYK00.280.660.45
HSL34.84º49.73%36.67%-
HSV(B)34.84º66.43%54.9%-
XYZ15.9815.094.76-
YUV106.594.42151.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.61%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 47 (18.75% from 255) = 16.32%
R=48.61%
G=35.07%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401014700.280.660.4534.8449.7336.67
Hex8C652F01C422D233225
Octal2141455703410255436245
Binary1000110011001011011110111001000010101101100011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C652F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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