#9B4609

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

Shades of Saddle Brown #9B4609

Tints of Saddle Brown #9B4609

Color information

#9B4609 (or 0x9B4609) is unknown color: approx Saddle Brown. HEX triplet: 9B, 46 and 09. RGB value is (155,70,9). Sum of RGB (Red+Green+Blue) = 155+70+9=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4609 is #64B9F6. Grayscale: #585858. Windows color (decimal): -6601207 or 607899. OLE color: 607899.

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

Color convert

RGB155709-
CMYK00.550.940.39
HSL25.07º89.02%32.16%-
HSV(B)25.07º94.19%60.78%-
XYZ15.7611.371.62-
YUV88.4683.16175.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 66.24%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 9 (3.91% from 255) = 3.85%
R=66.24%
G=29.91%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15570900.550.940.3925.0789.0232.16
Hex9B4690375E27195920
Octal23310611067136473113140
Binary100110111000110100101101111011110100111110011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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