Shades of Saddle Brown #9B2D03
Tints of Saddle Brown #9B2D03
RGB
CMYK
RGB Variations
Color information
#9B2D03 (or 0x9B2D03) is known color: Saddle Brown. HEX triplet: 9B, 2D and 03. RGB value is (155,45,3). Sum of RGB (Red+Green+Blue) = 155+45+3=203 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.35% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2D03 is #64D2FC. Grayscale: #494949. Windows color (decimal): -6607613 or 208283. OLE color: 208283.
HSL color Cylindrical-coordinate representation of color #9B2D03: hue angle of 16.58º 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 #9B2D03 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 45 | 3 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.39 |
| HSL | 16.58º | 0.96% | 0.31% | - |
| HSV(B) | 16.58º | 0.98% | 0.61% | - |
| XYZ | 14.47 | 8.85 | 1.03 | - |
| YUV | 73.1 | 88.44 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 3 | 0 | 0.71 | 0.98 | 0.39 | 16.58 | 0.96 | 0.31 |
| Hex | 9B | 2D | 3 | 0 | 47 | 62 | 27 | 11 | 60 | 1F |
| Octal | 233 | 55 | 3 | 0 | 107 | 142 | 47 | 21 | 140 | 37 |
| Binary | 10011011 | 101101 | 11 | 0 | 1000111 | 1100010 | 100111 | 10001 | 1100000 | 11111 |
Color Harmonies of #9B2D03
Complementary color
Monochromatic Colors of #9B2D03
Black with #9B2D03
Text Example
Text Example
White with #9B2D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2D03; }
p { color: rgb(155,45,3); }
H1.HeaderClassName
{
color: #9B2D03;
}
.AnyTagClassName
{
color: #9B2D03;
}
</style>
background-color css
<style>
a { background-color: #9B2D03; }
a { background-color: rgb(155,45,3); }
div.DivClassName
{
background-color: #9B2D03;
}
.BgClassName
{
background-color: #9B2D03;
}
</style>
border-color css
<style>
span { border-color: #9B2D03; }
span { border-color: rgb(155,45,3); }
td.TdClassName
{
border-color: #9B2D03;
}
.TagClassName
{
border-color: #9B2D03;
}
</style>