Shades of Saddle Brown #9B3C0E
Tints of Saddle Brown #9B3C0E
RGB
CMYK
RGB Variations
Color information
#9B3C0E (or 0x9B3C0E) is known color: Saddle Brown. HEX triplet: 9B, 3C and 0E. RGB value is (155,60,14). Sum of RGB (Red+Green+Blue) = 155+60+14=229 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.69% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3C0E is #64C3F1. Grayscale: #535353. Windows color (decimal): -6603762 or 933019. OLE color: 933019.
HSL color Cylindrical-coordinate representation of color #9B3C0E: hue angle of 19.57º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B3C0E is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 60 | 14 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.39 |
| HSL | 19.57º | 0.83% | 0.33% | - |
| HSV(B) | 19.57º | 0.91% | 0.61% | - |
| XYZ | 15.21 | 10.23 | 1.59 | - |
| YUV | 83.16 | 88.97 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 60 | 14 | 0 | 0.61 | 0.91 | 0.39 | 19.57 | 0.83 | 0.33 |
| Hex | 9B | 3C | E | 0 | 3D | 5B | 27 | 14 | 53 | 21 |
| Octal | 233 | 74 | 16 | 0 | 75 | 133 | 47 | 24 | 123 | 41 |
| Binary | 10011011 | 111100 | 1110 | 0 | 111101 | 1011011 | 100111 | 10100 | 1010011 | 100001 |
Color Harmonies of #9B3C0E
Complementary color
Monochromatic Colors of #9B3C0E
Black with #9B3C0E
Text Example
Text Example
White with #9B3C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3C0E; }
p { color: rgb(155,60,14); }
H1.HeaderClassName
{
color: #9B3C0E;
}
.AnyTagClassName
{
color: #9B3C0E;
}
</style>
background-color css
<style>
a { background-color: #9B3C0E; }
a { background-color: rgb(155,60,14); }
div.DivClassName
{
background-color: #9B3C0E;
}
.BgClassName
{
background-color: #9B3C0E;
}
</style>
border-color css
<style>
span { border-color: #9B3C0E; }
span { border-color: rgb(155,60,14); }
td.TdClassName
{
border-color: #9B3C0E;
}
.TagClassName
{
border-color: #9B3C0E;
}
</style>