Shades of Saddle Brown #9B330D
Tints of Saddle Brown #9B330D
RGB
CMYK
RGB Variations
Color information
#9B330D (or 0x9B330D) is known color: Saddle Brown. HEX triplet: 9B, 33 and 0D. RGB value is (155,51,13). Sum of RGB (Red+Green+Blue) = 155+51+13=219 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.78% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 155 - color contains mainly: red. Hex color #9B330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B330D is #64CCF2. Grayscale: #4E4E4E. Windows color (decimal): -6606067 or 865179. OLE color: 865179.
HSL color Cylindrical-coordinate representation of color #9B330D: hue angle of 16.06º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B330D is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 51 | 13 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.39 |
| HSL | 16.06º | 0.85% | 0.33% | - |
| HSV(B) | 16.06º | 0.92% | 0.61% | - |
| XYZ | 14.77 | 9.37 | 1.41 | - |
| YUV | 77.76 | 91.46 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 51 | 13 | 0 | 0.67 | 0.92 | 0.39 | 16.06 | 0.85 | 0.33 |
| Hex | 9B | 33 | D | 0 | 43 | 5C | 27 | 10 | 55 | 21 |
| Octal | 233 | 63 | 15 | 0 | 103 | 134 | 47 | 20 | 125 | 41 |
| Binary | 10011011 | 110011 | 1101 | 0 | 1000011 | 1011100 | 100111 | 10000 | 1010101 | 100001 |
Color Harmonies of #9B330D
Complementary color
Monochromatic Colors of #9B330D
Black with #9B330D
Text Example
Text Example
White with #9B330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B330D; }
p { color: rgb(155,51,13); }
H1.HeaderClassName
{
color: #9B330D;
}
.AnyTagClassName
{
color: #9B330D;
}
</style>
background-color css
<style>
a { background-color: #9B330D; }
a { background-color: rgb(155,51,13); }
div.DivClassName
{
background-color: #9B330D;
}
.BgClassName
{
background-color: #9B330D;
}
</style>
border-color css
<style>
span { border-color: #9B330D; }
span { border-color: rgb(155,51,13); }
td.TdClassName
{
border-color: #9B330D;
}
.TagClassName
{
border-color: #9B330D;
}
</style>