Shades of Saddle Brown #923B13
Tints of Saddle Brown #923B13
RGB
CMYK
RGB Variations
Color information
#923B13 (or 0x923B13) is known color: Saddle Brown. HEX triplet: 92, 3B and 13. RGB value is (146,59,19). Sum of RGB (Red+Green+Blue) = 146+59+19=224 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.18% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 146 - color contains mainly: red. Hex color #923B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923B13 is #6DC4EC. Grayscale: #505050. Windows color (decimal): -7193837 or 1260434. OLE color: 1260434.
HSL color Cylindrical-coordinate representation of color #923B13: hue angle of 18.9º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #923B13 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 59 | 19 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.43 |
| HSL | 18.9º | 0.77% | 0.32% | - |
| HSV(B) | 18.9º | 0.87% | 0.57% | - |
| XYZ | 13.54 | 9.29 | 1.7 | - |
| YUV | 80.45 | 93.32 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 59 | 19 | 0 | 0.60 | 0.87 | 0.43 | 18.9 | 0.77 | 0.32 |
| Hex | 92 | 3B | 13 | 0 | 3C | 57 | 2B | 13 | 4D | 20 |
| Octal | 222 | 73 | 23 | 0 | 74 | 127 | 53 | 23 | 115 | 40 |
| Binary | 10010010 | 111011 | 10011 | 0 | 111100 | 1010111 | 101011 | 10011 | 1001101 | 100000 |
Color Harmonies of #923B13
Complementary color
Monochromatic Colors of #923B13
Black with #923B13
Text Example
Text Example
White with #923B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923B13; }
p { color: rgb(146,59,19); }
H1.HeaderClassName
{
color: #923B13;
}
.AnyTagClassName
{
color: #923B13;
}
</style>
background-color css
<style>
a { background-color: #923B13; }
a { background-color: rgb(146,59,19); }
div.DivClassName
{
background-color: #923B13;
}
.BgClassName
{
background-color: #923B13;
}
</style>
border-color css
<style>
span { border-color: #923B13; }
span { border-color: rgb(146,59,19); }
td.TdClassName
{
border-color: #923B13;
}
.TagClassName
{
border-color: #923B13;
}
</style>