Shades of Saddle Brown #924313
Tints of Saddle Brown #924313
RGB
CMYK
RGB Variations
Color information
#924313 (or 0x924313) is known color: Saddle Brown. HEX triplet: 92, 43 and 13. RGB value is (146,67,19). Sum of RGB (Red+Green+Blue) = 146+67+19=232 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.93% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 146 - color contains mainly: red. Hex color #924313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924313 is #6DBCEC. Grayscale: #555555. Windows color (decimal): -7191789 or 1262482. OLE color: 1262482.
HSL color Cylindrical-coordinate representation of color #924313: hue angle of 22.68º 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 #924313 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 67 | 19 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.43 |
| HSL | 22.68º | 0.77% | 0.32% | - |
| HSV(B) | 22.68º | 0.87% | 0.57% | - |
| XYZ | 13.98 | 10.17 | 1.84 | - |
| YUV | 85.15 | 90.67 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 67 | 19 | 0 | 0.54 | 0.87 | 0.43 | 22.68 | 0.77 | 0.32 |
| Hex | 92 | 43 | 13 | 0 | 36 | 57 | 2B | 17 | 4D | 20 |
| Octal | 222 | 103 | 23 | 0 | 66 | 127 | 53 | 27 | 115 | 40 |
| Binary | 10010010 | 1000011 | 10011 | 0 | 110110 | 1010111 | 101011 | 10111 | 1001101 | 100000 |
Color Harmonies of #924313
Complementary color
Monochromatic Colors of #924313
Black with #924313
Text Example
Text Example
White with #924313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924313; }
p { color: rgb(146,67,19); }
H1.HeaderClassName
{
color: #924313;
}
.AnyTagClassName
{
color: #924313;
}
</style>
background-color css
<style>
a { background-color: #924313; }
a { background-color: rgb(146,67,19); }
div.DivClassName
{
background-color: #924313;
}
.BgClassName
{
background-color: #924313;
}
</style>
border-color css
<style>
span { border-color: #924313; }
span { border-color: rgb(146,67,19); }
td.TdClassName
{
border-color: #924313;
}
.TagClassName
{
border-color: #924313;
}
</style>