#915C30

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

Shades of Rusty Nail #915C30

Tints of Rusty Nail #915C30

Color information

#915C30 (or 0x915C30) is unknown color: approx Rusty Nail. HEX triplet: 91, 5C and 30. RGB value is (145,92,48). Sum of RGB (Red+Green+Blue) = 145+92+48=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #915C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915C30 is #6EA3CF. Grayscale: #676767. Windows color (decimal): -7250896 or 3169425. OLE color: 3169425.

HSL color Cylindrical-coordinate representation of color #915C30: hue angle of 27.22º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #915C30 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB1459248-
CMYK00.370.670.43
HSL27.22º50.26%37.84%-
HSV(B)27.22º66.9%56.86%-
XYZ16.0413.894.63-
YUV102.8397.06158.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.88%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 48 (19.14% from 255) = 16.84%
R=50.88%
G=32.28%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145924800.370.670.4327.2250.2637.84
Hex915C30025432B1b3226
Octal2211346004510353336246
Binary1001000110111001100000100101100001110101111011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915C30; }

 p { color: rgb(145,92,48); }

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

<style>
 a { background-color: #915C30; }

 a { background-color: rgb(145,92,48); }

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

<style>
 span { border-color: #915C30; }

 span { border-color: rgb(145,92,48); }

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