#8D6328

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

Shades of Rusty Nail #8D6328

Tints of Rusty Nail #8D6328

Color information

#8D6328 (or 0x8D6328) is unknown color: approx Rusty Nail. HEX triplet: 8D, 63 and 28. RGB value is (141,99,40). Sum of RGB (Red+Green+Blue) = 141+99+40=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6328 is #729CD7. Grayscale: #696969. Windows color (decimal): -7511256 or 2646925. OLE color: 2646925.

HSL color Cylindrical-coordinate representation of color #8D6328: hue angle of 35.05º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D6328 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB1419940-
CMYK00.300.720.45
HSL35.05º55.8%35.49%-
HSV(B)35.05º71.63%55.29%-
XYZ15.8314.744.02-
YUV104.8391.41153.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.36%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 40 (16.02% from 255) = 14.29%
R=50.36%
G=35.36%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141994000.300.720.4535.0555.835.49
Hex8D632801E482D233823
Octal2151435003611055437043
Binary1000110111000111010000111101001000101101100011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,99,40); }

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

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

 a { background-color: rgb(141,99,40); }

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

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

 span { border-color: rgb(141,99,40); }

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