#935E2D

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

Shades of Rusty Nail #935E2D

Tints of Rusty Nail #935E2D

Color information

#935E2D (or 0x935E2D) is unknown color: approx Rusty Nail. HEX triplet: 93, 5E and 2D. RGB value is (147,94,45). Sum of RGB (Red+Green+Blue) = 147+94+45=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #935E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935E2D is #6CA1D2. Grayscale: #686868. Windows color (decimal): -7119315 or 2973331. OLE color: 2973331.

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

Color convert

RGB1479445-
CMYK00.360.690.42
HSL28.82º53.12%37.65%-
HSV(B)28.82º69.39%57.65%-
XYZ16.5114.44.39-
YUV104.2694.56158.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.40%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 45 (17.97% from 255) = 15.73%
R=51.40%
G=32.87%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147944500.360.690.4228.8253.1237.65
Hex935E2D024452A1d3526
Octal2231365504410552356546
Binary1001001110111101011010100100100010110101011101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,94,45); }

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

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

 a { background-color: rgb(147,94,45); }

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

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

 span { border-color: rgb(147,94,45); }

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