#936230

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

Shades of Rusty Nail #936230

Tints of Rusty Nail #936230

Color information

#936230 (or 0x936230) is unknown color: approx Rusty Nail. HEX triplet: 93, 62 and 30. RGB value is (147,98,48). Sum of RGB (Red+Green+Blue) = 147+98+48=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #936230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936230 is #6C9DCF. Grayscale: #6B6B6B. Windows color (decimal): -7118288 or 3170963. OLE color: 3170963.

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

Color convert

RGB1479848-
CMYK00.330.670.42
HSL30.3º50.77%38.24%-
HSV(B)30.3º67.35%57.65%-
XYZ16.9315.154.83-
YUV106.9594.73156.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.17%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 48 (19.14% from 255) = 16.38%
R=50.17%
G=33.45%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147984800.330.670.4230.350.7738.24
Hex936230021432A1e3326
Octal2231426004110352366346
Binary1001001111000101100000100001100001110101011110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936230; }

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

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

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

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

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

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

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

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