#94602F

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

Shades of Rusty Nail #94602F

Tints of Rusty Nail #94602F

Color information

#94602F (or 0x94602F) is unknown color: approx Rusty Nail. HEX triplet: 94, 60 and 2F. RGB value is (148,96,47). Sum of RGB (Red+Green+Blue) = 148+96+47=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #94602F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94602F is #6B9FD0. Grayscale: #6A6A6A. Windows color (decimal): -7053265 or 3104916. OLE color: 3104916.

HSL color Cylindrical-coordinate representation of color #94602F: hue angle of 29.11º 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 #94602F is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1489647-
CMYK00.350.680.42
HSL29.11º51.79%38.24%-
HSV(B)29.11º68.24%58.04%-
XYZ16.9114.874.67-
YUV105.9694.73157.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.86%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 47 (18.75% from 255) = 16.15%
R=50.86%
G=32.99%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148964700.350.680.4229.1151.7938.24
Hex94602F023442A1d3426
Octal2241405704310452356446
Binary1001010011000001011110100011100010010101011101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,96,47); }

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

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

 a { background-color: rgb(148,96,47); }

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

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

 span { border-color: rgb(148,96,47); }

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