#9F5108

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

Shades of Saddle Brown #9F5108

Tints of Saddle Brown #9F5108

Color information

#9F5108 (or 0x9F5108) is unknown color: approx Saddle Brown. HEX triplet: 9F, 51 and 08. RGB value is (159,81,8). Sum of RGB (Red+Green+Blue) = 159+81+8=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5108 is #60AEF7. Grayscale: #606060. Windows color (decimal): -6336248 or 545183. OLE color: 545183.

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

Color convert

RGB159818-
CMYK00.490.950.38
HSL29.01º90.42%32.75%-
HSV(B)29.01º94.97%62.35%-
XYZ17.2813.271.88-
YUV9678.34172.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 64.11%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 8 (3.52% from 255) = 3.23%
R=64.11%
G=32.66%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15981800.490.950.3829.0190.4232.75
Hex9F5180315F261d5a21
Octal23712110061137463513241
Binary100111111010001100001100011011111100110111011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,81,8); }

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

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

 a { background-color: rgb(159,81,8); }

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

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

 span { border-color: rgb(159,81,8); }

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