#94642D

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

Shades of Rusty Nail #94642D

Tints of Rusty Nail #94642D

Color information

#94642D (or 0x94642D) is unknown color: approx Rusty Nail. HEX triplet: 94, 64 and 2D. RGB value is (148,100,45). Sum of RGB (Red+Green+Blue) = 148+100+45=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #94642D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94642D is #6B9BD2. Grayscale: #6C6C6C. Windows color (decimal): -7052243 or 2974868. OLE color: 2974868.

HSL color Cylindrical-coordinate representation of color #94642D: hue angle of 32.04º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94642D is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14810045-
CMYK00.320.700.42
HSL32.04º53.37%37.84%-
HSV(B)32.04º69.59%58.04%-
XYZ17.2415.64.58-
YUV108.0892.4156.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.51%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 45 (17.97% from 255) = 15.36%
R=50.51%
G=34.13%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481004500.320.700.4232.0453.3737.84
Hex94642D020462A203526
Octal2241445504010652406546
Binary10010100110010010110101000001000110101010100000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94642D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94642D; }

 p { color: rgb(148,100,45); }

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

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

 a { background-color: rgb(148,100,45); }

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

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

 span { border-color: rgb(148,100,45); }

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