Shades of Saddle Brown #9B4408
Tints of Saddle Brown #9B4408
RGB
CMYK
RGB Variations
Color information
#9B4408 (or 0x9B4408) is known color: Saddle Brown. HEX triplet: 9B, 44 and 08. RGB value is (155,68,8). Sum of RGB (Red+Green+Blue) = 155+68+8=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4408 is #64BBF7. Grayscale: #575757. Windows color (decimal): -6601720 or 541851. OLE color: 541851.
HSL color Cylindrical-coordinate representation of color #9B4408: hue angle of 24.49º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B4408 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 68 | 8 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.39 |
| HSL | 24.49º | 0.9% | 0.32% | - |
| HSV(B) | 24.49º | 0.95% | 0.61% | - |
| XYZ | 15.63 | 11.12 | 1.55 | - |
| YUV | 87.17 | 83.32 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 68 | 8 | 0 | 0.56 | 0.95 | 0.39 | 24.49 | 0.9 | 0.32 |
| Hex | 9B | 44 | 8 | 0 | 38 | 5F | 27 | 18 | 5A | 20 |
| Octal | 233 | 104 | 10 | 0 | 70 | 137 | 47 | 30 | 132 | 40 |
| Binary | 10011011 | 1000100 | 1000 | 0 | 111000 | 1011111 | 100111 | 11000 | 1011010 | 100000 |
Color Harmonies of #9B4408
Complementary color
Monochromatic Colors of #9B4408
Black with #9B4408
Text Example
Text Example
White with #9B4408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4408; }
p { color: rgb(155,68,8); }
H1.HeaderClassName
{
color: #9B4408;
}
.AnyTagClassName
{
color: #9B4408;
}
</style>
background-color css
<style>
a { background-color: #9B4408; }
a { background-color: rgb(155,68,8); }
div.DivClassName
{
background-color: #9B4408;
}
.BgClassName
{
background-color: #9B4408;
}
</style>
border-color css
<style>
span { border-color: #9B4408; }
span { border-color: rgb(155,68,8); }
td.TdClassName
{
border-color: #9B4408;
}
.TagClassName
{
border-color: #9B4408;
}
</style>