#9B5009

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

Shades of Saddle Brown #9B5009

Tints of Saddle Brown #9B5009

Color information

#9B5009 (or 0x9B5009) is unknown color: approx Saddle Brown. HEX triplet: 9B, 50 and 09. RGB value is (155,80,9). Sum of RGB (Red+Green+Blue) = 155+80+9=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5009 is #64AFF6. Grayscale: #5E5E5E. Windows color (decimal): -6598647 or 610459. OLE color: 610459.

HSL color Cylindrical-coordinate representation of color #9B5009: hue angle of 29.18º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B5009 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB155809-
CMYK00.480.940.39
HSL29.18º89.02%32.16%-
HSV(B)29.18º94.19%60.78%-
XYZ16.4412.731.85-
YUV94.3379.85171.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.52%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 9 (3.91% from 255) = 3.69%
R=63.52%
G=32.79%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15580900.480.940.3929.1889.0232.16
Hex9B5090305E271d5920
Octal23312011060136473513140
Binary100110111010000100101100001011110100111111011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,80,9); }

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

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

 a { background-color: rgb(155,80,9); }

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

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

 span { border-color: rgb(155,80,9); }

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