#9B3609

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

Shades of Saddle Brown #9B3609

Tints of Saddle Brown #9B3609

Color information

#9B3609 (or 0x9B3609) is unknown color: approx Saddle Brown. HEX triplet: 9B, 36 and 09. RGB value is (155,54,9). Sum of RGB (Red+Green+Blue) = 155+54+9=218 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.10% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3609 is #64C9F6. Grayscale: #4F4F4F. Windows color (decimal): -6605303 or 603803. OLE color: 603803.

HSL color Cylindrical-coordinate representation of color #9B3609: hue angle of 18.49º 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 #9B3609 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB155549-
CMYK00.650.940.39
HSL18.49º89.02%32.16%-
HSV(B)18.49º94.19%60.78%-
XYZ14.899.631.33-
YUV79.0788.46182.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 71.10%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 9 (3.91% from 255) = 4.13%
R=71.10%
G=24.77%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15554900.650.940.3918.4989.0232.16
Hex9B3690415E27125920
Octal23366110101136472213140
Binary100110111101101001010000011011110100111100101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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