Shades of Saddle Brown #9B4300
Tints of Saddle Brown #9B4300
RGB
CMYK
RGB Variations
Color information
#9B4300 (or 0x9B4300) is known color: Saddle Brown. HEX triplet: 9B, 43 and 00. RGB value is (155,67,0). Sum of RGB (Red+Green+Blue) = 155+67+0=222 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.82% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4300 is #64BCFF. Grayscale: #565656. Windows color (decimal): -6601984 or 17307. OLE color: 17307.
HSL color Cylindrical-coordinate representation of color #9B4300: hue angle of 25.94º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B4300 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 67 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.39 |
| HSL | 25.94º | 1% | 0.3% | - |
| HSV(B) | 25.94º | 1% | 0.61% | - |
| XYZ | 15.52 | 10.98 | 1.3 | - |
| YUV | 85.67 | 79.65 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 67 | 0 | 0 | 0.57 | 1 | 0.39 | 25.94 | 1 | 0.3 |
| Hex | 9B | 43 | 0 | 0 | 39 | 64 | 27 | 1A | 64 | 1E |
| Octal | 233 | 103 | 0 | 0 | 71 | 144 | 47 | 32 | 144 | 36 |
| Binary | 10011011 | 1000011 | 0 | 0 | 111001 | 1100100 | 100111 | 11010 | 1100100 | 11110 |
Color Harmonies of #9B4300
Complementary color
Monochromatic Colors of #9B4300
Black with #9B4300
Text Example
Text Example
White with #9B4300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4300; }
p { color: rgb(155,67,0); }
H1.HeaderClassName
{
color: #9B4300;
}
.AnyTagClassName
{
color: #9B4300;
}
</style>
background-color css
<style>
a { background-color: #9B4300; }
a { background-color: rgb(155,67,0); }
div.DivClassName
{
background-color: #9B4300;
}
.BgClassName
{
background-color: #9B4300;
}
</style>
border-color css
<style>
span { border-color: #9B4300; }
span { border-color: rgb(155,67,0); }
td.TdClassName
{
border-color: #9B4300;
}
.TagClassName
{
border-color: #9B4300;
}
</style>