#94632F

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

Shades of Rusty Nail #94632F

Tints of Rusty Nail #94632F

Color information

#94632F (or 0x94632F) is unknown color: approx Rusty Nail. HEX triplet: 94, 63 and 2F. RGB value is (148,99,47). Sum of RGB (Red+Green+Blue) = 148+99+47=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #94632F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94632F is #6B9CD0. Grayscale: #6B6B6B. Windows color (decimal): -7052497 or 3105684. OLE color: 3105684.

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

Color convert

RGB1489947-
CMYK00.330.680.42
HSL30.89º51.79%38.24%-
HSV(B)30.89º68.24%58.04%-
XYZ17.1915.424.76-
YUV107.7293.73156.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.34%
GREEN value IS 99 (39.06% from 255) = 33.67%
BLUE value IS 47 (18.75% from 255) = 15.99%
R=50.34%
G=33.67%
B=15.99%

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
Decimal148994700.330.680.4230.8951.7938.24
Hex94632F021442A1f3426
Octal2241435704110452376446
Binary1001010011000111011110100001100010010101011111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94632F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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