Shades of Saddle Brown #9B3B03
Tints of Saddle Brown #9B3B03
RGB
CMYK
RGB Variations
Color information
#9B3B03 (or 0x9B3B03) is known color: Saddle Brown. HEX triplet: 9B, 3B and 03. RGB value is (155,59,3). Sum of RGB (Red+Green+Blue) = 155+59+3=217 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.43% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3B03 is #64C4FC. Grayscale: #515151. Windows color (decimal): -6604029 or 211867. OLE color: 211867.
HSL color Cylindrical-coordinate representation of color #9B3B03: hue angle of 22.11º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B3B03 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 59 | 3 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.39 |
| HSL | 22.11º | 0.96% | 0.31% | - |
| HSV(B) | 22.11º | 0.98% | 0.61% | - |
| XYZ | 15.1 | 10.1 | 1.24 | - |
| YUV | 81.32 | 83.8 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 59 | 3 | 0 | 0.62 | 0.98 | 0.39 | 22.11 | 0.96 | 0.31 |
| Hex | 9B | 3B | 3 | 0 | 3E | 62 | 27 | 16 | 60 | 1F |
| Octal | 233 | 73 | 3 | 0 | 76 | 142 | 47 | 26 | 140 | 37 |
| Binary | 10011011 | 111011 | 11 | 0 | 111110 | 1100010 | 100111 | 10110 | 1100000 | 11111 |
Color Harmonies of #9B3B03
Complementary color
Monochromatic Colors of #9B3B03
Black with #9B3B03
Text Example
Text Example
White with #9B3B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3B03; }
p { color: rgb(155,59,3); }
H1.HeaderClassName
{
color: #9B3B03;
}
.AnyTagClassName
{
color: #9B3B03;
}
</style>
background-color css
<style>
a { background-color: #9B3B03; }
a { background-color: rgb(155,59,3); }
div.DivClassName
{
background-color: #9B3B03;
}
.BgClassName
{
background-color: #9B3B03;
}
</style>
border-color css
<style>
span { border-color: #9B3B03; }
span { border-color: rgb(155,59,3); }
td.TdClassName
{
border-color: #9B3B03;
}
.TagClassName
{
border-color: #9B3B03;
}
</style>