#93612D

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

Shades of Rusty Nail #93612D

Tints of Rusty Nail #93612D

Color information

#93612D (or 0x93612D) is unknown color: approx Rusty Nail. HEX triplet: 93, 61 and 2D. RGB value is (147,97,45). Sum of RGB (Red+Green+Blue) = 147+97+45=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #93612D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93612D is #6C9ED2. Grayscale: #6A6A6A. Windows color (decimal): -7118547 or 2974099. OLE color: 2974099.

HSL color Cylindrical-coordinate representation of color #93612D: hue angle of 30.59º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93612D is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1479745-
CMYK00.340.690.42
HSL30.59º53.12%37.65%-
HSV(B)30.59º69.39%57.65%-
XYZ16.7814.944.48-
YUV106.0293.56157.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.87%
GREEN value IS 97 (38.28% from 255) = 33.56%
BLUE value IS 45 (17.97% from 255) = 15.57%
R=50.87%
G=33.56%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147974500.340.690.4230.5953.1237.65
Hex93612D022452A1f3526
Octal2231415504210552376546
Binary1001001111000011011010100010100010110101011111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93612D; }

 p { color: rgb(147,97,45); }

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

<style>
 a { background-color: #93612D; }

 a { background-color: rgb(147,97,45); }

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

<style>
 span { border-color: #93612D; }

 span { border-color: rgb(147,97,45); }

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