#936430

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

Shades of Rusty Nail #936430

Tints of Rusty Nail #936430

Color information

#936430 (or 0x936430) is unknown color: approx Rusty Nail. HEX triplet: 93, 64 and 30. RGB value is (147,100,48). Sum of RGB (Red+Green+Blue) = 147+100+48=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #936430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936430 is #6C9BCF. Grayscale: #6C6C6C. Windows color (decimal): -7117776 or 3171475. OLE color: 3171475.

HSL color Cylindrical-coordinate representation of color #936430: hue angle of 31.52º 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 #936430 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14710048-
CMYK00.320.670.42
HSL31.52º50.77%38.24%-
HSV(B)31.52º67.35%57.65%-
XYZ17.1215.534.89-
YUV108.1294.07155.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 48 (19.14% from 255) = 16.27%
R=49.83%
G=33.90%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471004800.320.670.4231.5250.7738.24
Hex936430020432A203326
Octal2231446004010352406346
Binary10010011110010011000001000001000011101010100000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936430; }

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

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

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

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

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

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

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

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