#93632B

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

Shades of Rusty Nail #93632B

Tints of Rusty Nail #93632B

Color information

#93632B (or 0x93632B) is unknown color: approx Rusty Nail. HEX triplet: 93, 63 and 2B. RGB value is (147,99,43). Sum of RGB (Red+Green+Blue) = 147+99+43=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #93632B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93632B is #6C9CD4. Grayscale: #6B6B6B. Windows color (decimal): -7118037 or 2843539. OLE color: 2843539.

HSL color Cylindrical-coordinate representation of color #93632B: hue angle of 32.31º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93632B is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1479943-
CMYK00.330.710.42
HSL32.31º54.74%37.25%-
HSV(B)32.31º70.75%57.65%-
XYZ16.9315.34.35-
YUV106.9791.9156.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.87%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 43 (17.19% from 255) = 14.88%
R=50.87%
G=34.26%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147994300.330.710.4232.3154.7437.25
Hex93632B021472A203725
Octal2231435304110752406745
Binary10010011110001110101101000011000111101010100000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93632B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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