#935C2C

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

Shades of Rusty Nail #935C2C

Tints of Rusty Nail #935C2C

Color information

#935C2C (or 0x935C2C) is unknown color: approx Rusty Nail. HEX triplet: 93, 5C and 2C. RGB value is (147,92,44). Sum of RGB (Red+Green+Blue) = 147+92+44=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #935C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935C2C is #6CA3D3. Grayscale: #676767. Windows color (decimal): -7119828 or 2907283. OLE color: 2907283.

HSL color Cylindrical-coordinate representation of color #935C2C: hue angle of 27.96º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #935C2C is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1479244-
CMYK00.370.700.42
HSL27.96º53.93%37.45%-
HSV(B)27.96º70.07%57.65%-
XYZ16.3114.044.23-
YUV102.9794.72159.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.94%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 44 (17.58% from 255) = 15.55%
R=51.94%
G=32.51%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147924400.370.700.4227.9653.9337.45
Hex935C2C025462A1c3625
Octal2231345404510652346645
Binary1001001110111001011000100101100011010101011100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935C2C; }

 p { color: rgb(147,92,44); }

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

<style>
 a { background-color: #935C2C; }

 a { background-color: rgb(147,92,44); }

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

<style>
 span { border-color: #935C2C; }

 span { border-color: rgb(147,92,44); }

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