#9F430F

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

Shades of Saddle Brown #9F430F

Tints of Saddle Brown #9F430F

Color information

#9F430F (or 0x9F430F) is unknown color: approx Saddle Brown. HEX triplet: 9F, 43 and 0F. RGB value is (159,67,15). Sum of RGB (Red+Green+Blue) = 159+67+15=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F430F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F430F is #60BCF0. Grayscale: #585858. Windows color (decimal): -6339825 or 1000351. OLE color: 1000351.

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

Color convert

RGB1596715-
CMYK00.580.910.38
HSL21.67º82.76%34.12%-
HSV(B)21.67º90.57%62.35%-
XYZ16.3911.421.79-
YUV88.5886.48178.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 65.98%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 15 (6.25% from 255) = 6.22%
R=65.98%
G=27.80%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159671500.580.910.3821.6782.7634.12
Hex9F43F03A5B26165322
Octal23710317072133462612342
Binary100111111000011111101110101011011100110101101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,67,15); }

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

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

 a { background-color: rgb(159,67,15); }

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

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

 span { border-color: rgb(159,67,15); }

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