#9F400C

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

Shades of Saddle Brown #9F400C

Tints of Saddle Brown #9F400C

Color information

#9F400C (or 0x9F400C) is unknown color: approx Saddle Brown. HEX triplet: 9F, 40 and 0C. RGB value is (159,64,12). Sum of RGB (Red+Green+Blue) = 159+64+12=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F400C is #60BFF3. Grayscale: #565656. Windows color (decimal): -6340596 or 802975. OLE color: 802975.

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

Color convert

RGB1596412-
CMYK00.600.920.38
HSL21.22º85.96%33.53%-
HSV(B)21.22º92.45%62.35%-
XYZ16.211.061.63-
YUV86.4885.97179.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 67.66%
GREEN value IS 64 (25.39% from 255) = 27.23%
BLUE value IS 12 (5.08% from 255) = 5.11%
R=67.66%
G=27.23%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159641200.600.920.3821.2285.9633.53
Hex9F40C03C5C26155622
Octal23710014074134462512642
Binary100111111000000110001111001011100100110101011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,64,12); }

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

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

 a { background-color: rgb(159,64,12); }

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

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

 span { border-color: rgb(159,64,12); }

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