Shades of Saddle Brown #9B4A06
Tints of Saddle Brown #9B4A06
RGB
CMYK
RGB Variations
Color information
#9B4A06 (or 0x9B4A06) is known color: Saddle Brown. HEX triplet: 9B, 4A and 06. RGB value is (155,74,6). Sum of RGB (Red+Green+Blue) = 155+74+6=235 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.96% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4A06 is #64B5F9. Grayscale: #5A5A5A. Windows color (decimal): -6600186 or 412315. OLE color: 412315.
HSL color Cylindrical-coordinate representation of color #9B4A06: hue angle of 27.38º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B4A06 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 74 | 6 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.39 |
| HSL | 27.38º | 0.93% | 0.32% | - |
| HSV(B) | 27.38º | 0.96% | 0.61% | - |
| XYZ | 16 | 11.88 | 1.62 | - |
| YUV | 90.47 | 80.34 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 6 | 0 | 0.52 | 0.96 | 0.39 | 27.38 | 0.93 | 0.32 |
| Hex | 9B | 4A | 6 | 0 | 34 | 60 | 27 | 1B | 5D | 20 |
| Octal | 233 | 112 | 6 | 0 | 64 | 140 | 47 | 33 | 135 | 40 |
| Binary | 10011011 | 1001010 | 110 | 0 | 110100 | 1100000 | 100111 | 11011 | 1011101 | 100000 |
Color Harmonies of #9B4A06
Complementary color
Monochromatic Colors of #9B4A06
Black with #9B4A06
Text Example
Text Example
White with #9B4A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4A06; }
p { color: rgb(155,74,6); }
H1.HeaderClassName
{
color: #9B4A06;
}
.AnyTagClassName
{
color: #9B4A06;
}
</style>
background-color css
<style>
a { background-color: #9B4A06; }
a { background-color: rgb(155,74,6); }
div.DivClassName
{
background-color: #9B4A06;
}
.BgClassName
{
background-color: #9B4A06;
}
</style>
border-color css
<style>
span { border-color: #9B4A06; }
span { border-color: rgb(155,74,6); }
td.TdClassName
{
border-color: #9B4A06;
}
.TagClassName
{
border-color: #9B4A06;
}
</style>