Shades of Saddle Brown #9B440A
Tints of Saddle Brown #9B440A
RGB
CMYK
RGB Variations
Color information
#9B440A (or 0x9B440A) is known color: Saddle Brown. HEX triplet: 9B, 44 and 0A. RGB value is (155,68,10). Sum of RGB (Red+Green+Blue) = 155+68+10=233 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.52% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 155 - color contains mainly: red. Hex color #9B440A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B440A is #64BBF5. Grayscale: #575757. Windows color (decimal): -6601718 or 672923. OLE color: 672923.
HSL color Cylindrical-coordinate representation of color #9B440A: hue angle of 24º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B440A is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 68 | 10 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.39 |
| HSL | 24º | 0.88% | 0.32% | - |
| HSV(B) | 24º | 0.94% | 0.61% | - |
| XYZ | 15.64 | 11.12 | 1.61 | - |
| YUV | 87.4 | 84.32 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 68 | 10 | 0 | 0.56 | 0.94 | 0.39 | 24 | 0.88 | 0.32 |
| Hex | 9B | 44 | A | 0 | 38 | 5E | 27 | 18 | 58 | 20 |
| Octal | 233 | 104 | 12 | 0 | 70 | 136 | 47 | 30 | 130 | 40 |
| Binary | 10011011 | 1000100 | 1010 | 0 | 111000 | 1011110 | 100111 | 11000 | 1011000 | 100000 |
Color Harmonies of #9B440A
Complementary color
Monochromatic Colors of #9B440A
Black with #9B440A
Text Example
Text Example
White with #9B440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B440A; }
p { color: rgb(155,68,10); }
H1.HeaderClassName
{
color: #9B440A;
}
.AnyTagClassName
{
color: #9B440A;
}
</style>
background-color css
<style>
a { background-color: #9B440A; }
a { background-color: rgb(155,68,10); }
div.DivClassName
{
background-color: #9B440A;
}
.BgClassName
{
background-color: #9B440A;
}
</style>
border-color css
<style>
span { border-color: #9B440A; }
span { border-color: rgb(155,68,10); }
td.TdClassName
{
border-color: #9B440A;
}
.TagClassName
{
border-color: #9B440A;
}
</style>