Shades of Saddle Brown #99441B
Tints of Saddle Brown #99441B
RGB
CMYK
RGB Variations
Color information
#99441B (or 0x99441B) is known color: Saddle Brown. HEX triplet: 99, 44 and 1B. RGB value is (153,68,27). Sum of RGB (Red+Green+Blue) = 153+68+27=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #99441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99441B is #66BBE4. Grayscale: #585858. Windows color (decimal): -6732773 or 1787033. OLE color: 1787033.
HSL color Cylindrical-coordinate representation of color #99441B: hue angle of 19.52º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99441B is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 27 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.4 |
| HSL | 19.52º | 0.7% | 0.35% | - |
| HSV(B) | 19.52º | 0.82% | 0.6% | - |
| XYZ | 15.4 | 10.99 | 2.35 | - |
| YUV | 88.74 | 93.16 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 27 | 0 | 0.56 | 0.82 | 0.4 | 19.52 | 0.7 | 0.35 |
| Hex | 99 | 44 | 1B | 0 | 38 | 52 | 28 | 14 | 46 | 23 |
| Octal | 231 | 104 | 33 | 0 | 70 | 122 | 50 | 24 | 106 | 43 |
| Binary | 10011001 | 1000100 | 11011 | 0 | 111000 | 1010010 | 101000 | 10100 | 1000110 | 100011 |
Color Harmonies of #99441B
Complementary color
Monochromatic Colors of #99441B
Black with #99441B
Text Example
Text Example
White with #99441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99441B; }
p { color: rgb(153,68,27); }
H1.HeaderClassName
{
color: #99441B;
}
.AnyTagClassName
{
color: #99441B;
}
</style>
background-color css
<style>
a { background-color: #99441B; }
a { background-color: rgb(153,68,27); }
div.DivClassName
{
background-color: #99441B;
}
.BgClassName
{
background-color: #99441B;
}
</style>
border-color css
<style>
span { border-color: #99441B; }
span { border-color: rgb(153,68,27); }
td.TdClassName
{
border-color: #99441B;
}
.TagClassName
{
border-color: #99441B;
}
</style>