#93632F

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

Shades of Rusty Nail #93632F

Tints of Rusty Nail #93632F

Color information

#93632F (or 0x93632F) is unknown color: approx Rusty Nail. HEX triplet: 93, 63 and 2F. RGB value is (147,99,47). Sum of RGB (Red+Green+Blue) = 147+99+47=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93632F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93632F is #6C9CD0. Grayscale: #6B6B6B. Windows color (decimal): -7118033 or 3105683. OLE color: 3105683.

HSL color Cylindrical-coordinate representation of color #93632F: hue angle of 31.2º 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 #93632F is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1479947-
CMYK00.330.680.42
HSL31.2º51.55%38.04%-
HSV(B)31.2º68.03%57.65%-
XYZ17.0115.334.75-
YUV107.4293.9156.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.17%
GREEN value IS 99 (39.06% from 255) = 33.79%
BLUE value IS 47 (18.75% from 255) = 16.04%
R=50.17%
G=33.79%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147994700.330.680.4231.251.5538.04
Hex93632F021442A1f3426
Octal2231435704110452376446
Binary1001001111000111011110100001100010010101011111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93632F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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