#955E2D

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

Shades of Rusty Nail #955E2D

Tints of Rusty Nail #955E2D

Color information

#955E2D (or 0x955E2D) is unknown color: approx Rusty Nail. HEX triplet: 95, 5E and 2D. RGB value is (149,94,45). Sum of RGB (Red+Green+Blue) = 149+94+45=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #955E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E2D is #6AA1D2. Grayscale: #696969. Windows color (decimal): -6988243 or 2973333. OLE color: 2973333.

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

Color convert

RGB1499445-
CMYK00.370.700.42
HSL28.27º53.61%38.04%-
HSV(B)28.27º69.8%58.43%-
XYZ16.8714.584.41-
YUV104.8694.22159.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 94 (37.11% from 255) = 32.64%
BLUE value IS 45 (17.97% from 255) = 15.62%
R=51.74%
G=32.64%
B=15.62%

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
Decimal149944500.370.700.4228.2753.6138.04
Hex955E2D025462A1c3626
Octal2251365504510652346646
Binary1001010110111101011010100101100011010101011100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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