#935C2E

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

Shades of Rusty Nail #935C2E

Tints of Rusty Nail #935C2E

Color information

#935C2E (or 0x935C2E) is unknown color: approx Rusty Nail. HEX triplet: 93, 5C and 2E. RGB value is (147,92,46). Sum of RGB (Red+Green+Blue) = 147+92+46=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #935C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935C2E is #6CA3D1. Grayscale: #676767. Windows color (decimal): -7119826 or 3038355. OLE color: 3038355.

HSL color Cylindrical-coordinate representation of color #935C2E: hue angle of 27.33º degrees, saturation: 0.52, 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 #935C2E is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1479246-
CMYK00.370.690.42
HSL27.33º52.33%37.84%-
HSV(B)27.33º68.71%57.65%-
XYZ16.3514.054.44-
YUV103.295.72159.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.58%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=51.58%
G=32.28%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147924600.370.690.4227.3352.3337.84
Hex935C2E025452A1b3426
Octal2231345604510552336446
Binary1001001110111001011100100101100010110101011011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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