#9F3407

Color #9F3407 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #9F3407

Tints of Rust #9F3407

Color information

#9F3407 (or 0x9F3407) is unknown color: approx Rust. HEX triplet: 9F, 34 and 07. RGB value is (159,52,7). Sum of RGB (Red+Green+Blue) = 159+52+7=218 (28% of max value = 765). Red value is 159 (62.5% from 255 or 72.94% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3407 is #60CBF8. Grayscale: #4F4F4F. Windows color (decimal): -6343673 or 472223. OLE color: 472223.

HSL color Cylindrical-coordinate representation of color #9F3407: hue angle of 17.76º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F3407 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB159527-
CMYK00.670.960.38
HSL17.76º91.57%32.55%-
HSV(B)17.76º95.6%62.35%-
XYZ15.569.841.28-
YUV78.8687.45185.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 72.94%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 7 (3.12% from 255) = 3.21%
R=72.94%
G=23.85%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15952700.670.960.3817.7691.5732.55
Hex9F3470436026125c21
Octal2376470103140462213441
Binary10011111110100111010000111100000100110100101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F3407; }

 p { color: rgb(159,52,7); }

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

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

 a { background-color: rgb(159,52,7); }

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

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

 span { border-color: rgb(159,52,7); }

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