#93612F

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

Shades of Rusty Nail #93612F

Tints of Rusty Nail #93612F

Color information

#93612F (or 0x93612F) is unknown color: approx Rusty Nail. HEX triplet: 93, 61 and 2F. RGB value is (147,97,47). Sum of RGB (Red+Green+Blue) = 147+97+47=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #93612F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93612F is #6C9ED0. Grayscale: #6A6A6A. Windows color (decimal): -7118545 or 3105171. OLE color: 3105171.

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

Color convert

RGB1479747-
CMYK00.340.680.42
HSL30º51.55%38.04%-
HSV(B)30º68.03%57.65%-
XYZ16.8214.964.69-
YUV106.2594.56157.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.52%
GREEN value IS 97 (38.28% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 16.15%
R=50.52%
G=33.33%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147974700.340.680.423051.5538.04
Hex93612F022442A1e3426
Octal2231415704210452366446
Binary1001001111000011011110100010100010010101011110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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