#93622F

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

Shades of Rusty Nail #93622F

Tints of Rusty Nail #93622F

Color information

#93622F (or 0x93622F) is unknown color: approx Rusty Nail. HEX triplet: 93, 62 and 2F. RGB value is (147,98,47). Sum of RGB (Red+Green+Blue) = 147+98+47=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #93622F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93622F is #6C9DD0. Grayscale: #6B6B6B. Windows color (decimal): -7118289 or 3105427. OLE color: 3105427.

HSL color Cylindrical-coordinate representation of color #93622F: hue angle of 30.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93622F is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1479847-
CMYK00.330.680.42
HSL30.6º51.55%38.04%-
HSV(B)30.6º68.03%57.65%-
XYZ16.9115.144.72-
YUV106.8494.23156.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.34%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 47 (18.75% from 255) = 16.10%
R=50.34%
G=33.56%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147984700.330.680.4230.651.5538.04
Hex93622F021442A1f3426
Octal2231425704110452376446
Binary1001001111000101011110100001100010010101011111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93622F; }

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

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

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

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

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

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

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

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