#936030

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

Shades of Rusty Nail #936030

Tints of Rusty Nail #936030

Color information

#936030 (or 0x936030) is unknown color: approx Rusty Nail. HEX triplet: 93, 60 and 30. RGB value is (147,96,48). Sum of RGB (Red+Green+Blue) = 147+96+48=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #936030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936030 is #6C9FCF. Grayscale: #6A6A6A. Windows color (decimal): -7118800 or 3170451. OLE color: 3170451.

HSL color Cylindrical-coordinate representation of color #936030: hue angle of 29.09º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #936030 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB1479648-
CMYK00.350.670.42
HSL29.09º50.77%38.24%-
HSV(B)29.09º67.35%57.65%-
XYZ16.7514.784.77-
YUV105.7895.4157.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.52%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 48 (19.14% from 255) = 16.49%
R=50.52%
G=32.99%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147964800.350.670.4229.0950.7738.24
Hex936030023432A1d3326
Octal2231406004310352356346
Binary1001001111000001100000100011100001110101011101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936030; }

 p { color: rgb(147,96,48); }

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

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

 a { background-color: rgb(147,96,48); }

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

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

 span { border-color: rgb(147,96,48); }

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