Shades of Saddle Brown #9B3902
Tints of Saddle Brown #9B3902
RGB
CMYK
RGB Variations
Color information
#9B3902 (or 0x9B3902) is known color: Saddle Brown. HEX triplet: 9B, 39 and 02. RGB value is (155,57,2). Sum of RGB (Red+Green+Blue) = 155+57+2=214 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.43% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3902 is #64C6FD. Grayscale: #505050. Windows color (decimal): -6604542 or 145819. OLE color: 145819.
HSL color Cylindrical-coordinate representation of color #9B3902: hue angle of 21.57º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B3902 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 57 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.39 |
| HSL | 21.57º | 0.97% | 0.31% | - |
| HSV(B) | 21.57º | 0.99% | 0.61% | - |
| XYZ | 14.99 | 9.9 | 1.18 | - |
| YUV | 80.03 | 83.97 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 57 | 2 | 0 | 0.63 | 0.99 | 0.39 | 21.57 | 0.97 | 0.31 |
| Hex | 9B | 39 | 2 | 0 | 3F | 63 | 27 | 16 | 61 | 1F |
| Octal | 233 | 71 | 2 | 0 | 77 | 143 | 47 | 26 | 141 | 37 |
| Binary | 10011011 | 111001 | 10 | 0 | 111111 | 1100011 | 100111 | 10110 | 1100001 | 11111 |
Color Harmonies of #9B3902
Complementary color
Monochromatic Colors of #9B3902
Black with #9B3902
Text Example
Text Example
White with #9B3902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3902; }
p { color: rgb(155,57,2); }
H1.HeaderClassName
{
color: #9B3902;
}
.AnyTagClassName
{
color: #9B3902;
}
</style>
background-color css
<style>
a { background-color: #9B3902; }
a { background-color: rgb(155,57,2); }
div.DivClassName
{
background-color: #9B3902;
}
.BgClassName
{
background-color: #9B3902;
}
</style>
border-color css
<style>
span { border-color: #9B3902; }
span { border-color: rgb(155,57,2); }
td.TdClassName
{
border-color: #9B3902;
}
.TagClassName
{
border-color: #9B3902;
}
</style>