#955E2E

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

Shades of Rusty Nail #955E2E

Tints of Rusty Nail #955E2E

Color information

#955E2E (or 0x955E2E) is unknown color: approx Rusty Nail. HEX triplet: 95, 5E and 2E. RGB value is (149,94,46). Sum of RGB (Red+Green+Blue) = 149+94+46=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #955E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E2E is #6AA1D1. Grayscale: #696969. Windows color (decimal): -6988242 or 3038869. OLE color: 3038869.

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

Color convert

RGB1499446-
CMYK00.370.690.42
HSL27.96º52.82%38.24%-
HSV(B)27.96º69.13%58.43%-
XYZ16.8914.594.51-
YUV104.9794.72159.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 46 (18.36% from 255) = 15.92%
R=51.56%
G=32.53%
B=15.92%

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
Decimal149944600.370.690.4227.9652.8238.24
Hex955E2E025452A1c3526
Octal2251365604510552346546
Binary1001010110111101011100100101100010110101011100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955E2E; }

 p { color: rgb(149,94,46); }

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

<style>
 a { background-color: #955E2E; }

 a { background-color: rgb(149,94,46); }

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

<style>
 span { border-color: #955E2E; }

 span { border-color: rgb(149,94,46); }

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