#955D2E

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

Shades of Rusty Nail #955D2E

Tints of Rusty Nail #955D2E

Color information

#955D2E (or 0x955D2E) is unknown color: approx Rusty Nail. HEX triplet: 95, 5D and 2E. RGB value is (149,93,46). Sum of RGB (Red+Green+Blue) = 149+93+46=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #955D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D2E is #6AA2D1. Grayscale: #686868. Windows color (decimal): -6988498 or 3038613. OLE color: 3038613.

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

Color convert

RGB1499346-
CMYK00.380.690.42
HSL27.38º52.82%38.24%-
HSV(B)27.38º69.13%58.43%-
XYZ16.814.424.48-
YUV104.3995.05159.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 93 (36.72% from 255) = 32.29%
BLUE value IS 46 (18.36% from 255) = 15.97%
R=51.74%
G=32.29%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149934600.380.690.4227.3852.8238.24
Hex955D2E026452A1b3526
Octal2251355604610552336546
Binary1001010110111011011100100110100010110101011011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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