Shades of Saddle Brown #9B3F04
Tints of Saddle Brown #9B3F04
RGB
CMYK
RGB Variations
Color information
#9B3F04 (or 0x9B3F04) is known color: Saddle Brown. HEX triplet: 9B, 3F and 04. RGB value is (155,63,4). Sum of RGB (Red+Green+Blue) = 155+63+4=222 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.82% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3F04 is #64C0FB. Grayscale: #545454. Windows color (decimal): -6603004 or 278427. OLE color: 278427.
HSL color Cylindrical-coordinate representation of color #9B3F04: hue angle of 23.44º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B3F04 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 63 | 4 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.39 |
| HSL | 23.44º | 0.95% | 0.31% | - |
| HSV(B) | 23.44º | 0.97% | 0.61% | - |
| XYZ | 15.32 | 10.53 | 1.34 | - |
| YUV | 83.78 | 82.98 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 63 | 4 | 0 | 0.59 | 0.97 | 0.39 | 23.44 | 0.95 | 0.31 |
| Hex | 9B | 3F | 4 | 0 | 3B | 61 | 27 | 17 | 5F | 1F |
| Octal | 233 | 77 | 4 | 0 | 73 | 141 | 47 | 27 | 137 | 37 |
| Binary | 10011011 | 111111 | 100 | 0 | 111011 | 1100001 | 100111 | 10111 | 1011111 | 11111 |
Color Harmonies of #9B3F04
Complementary color
Monochromatic Colors of #9B3F04
Black with #9B3F04
Text Example
Text Example
White with #9B3F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3F04; }
p { color: rgb(155,63,4); }
H1.HeaderClassName
{
color: #9B3F04;
}
.AnyTagClassName
{
color: #9B3F04;
}
</style>
background-color css
<style>
a { background-color: #9B3F04; }
a { background-color: rgb(155,63,4); }
div.DivClassName
{
background-color: #9B3F04;
}
.BgClassName
{
background-color: #9B3F04;
}
</style>
border-color css
<style>
span { border-color: #9B3F04; }
span { border-color: rgb(155,63,4); }
td.TdClassName
{
border-color: #9B3F04;
}
.TagClassName
{
border-color: #9B3F04;
}
</style>