#8D632D

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

Shades of Rusty Nail #8D632D

Tints of Rusty Nail #8D632D

Color information

#8D632D (or 0x8D632D) is unknown color: approx Rusty Nail. HEX triplet: 8D, 63 and 2D. RGB value is (141,99,45). Sum of RGB (Red+Green+Blue) = 141+99+45=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D632D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D632D is #729CD2. Grayscale: #696969. Windows color (decimal): -7511251 or 2974605. OLE color: 2974605.

HSL color Cylindrical-coordinate representation of color #8D632D: hue angle of 33.75º degrees, saturation: 0.52, 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 #8D632D is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1419945-
CMYK00.300.680.45
HSL33.75º51.61%36.47%-
HSV(B)33.75º68.09%55.29%-
XYZ15.9214.784.5-
YUV105.493.91153.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.47%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 45 (17.97% from 255) = 15.79%
R=49.47%
G=34.74%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141994500.300.680.4533.7551.6136.47
Hex8D632D01E442D223424
Octal2151435503610455426444
Binary1000110111000111011010111101000100101101100010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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