#8D652B

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

Shades of Rusty Nail #8D652B

Tints of Rusty Nail #8D652B

Color information

#8D652B (or 0x8D652B) is unknown color: approx Rusty Nail. HEX triplet: 8D, 65 and 2B. RGB value is (141,101,43). Sum of RGB (Red+Green+Blue) = 141+101+43=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D652B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D652B is #729AD4. Grayscale: #6A6A6A. Windows color (decimal): -7510741 or 2844045. OLE color: 2844045.

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

Color convert

RGB14110143-
CMYK00.280.700.45
HSL35.51º53.26%36.08%-
HSV(B)35.51º69.5%55.29%-
XYZ16.0715.144.36-
YUV106.3592.25152.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.47%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 43 (17.19% from 255) = 15.09%
R=49.47%
G=35.44%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411014300.280.700.4535.5153.2636.08
Hex8D652B01C462D243524
Octal2151455303410655446544
Binary1000110111001011010110111001000110101101100100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D652B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,101,43); }

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

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

 a { background-color: rgb(141,101,43); }

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

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

 span { border-color: rgb(141,101,43); }

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