Shades of Saddle Brown #92400E
Tints of Saddle Brown #92400E
RGB
CMYK
RGB Variations
Color information
#92400E (or 0x92400E) is known color: Saddle Brown. HEX triplet: 92, 40 and 0E. RGB value is (146,64,14). Sum of RGB (Red+Green+Blue) = 146+64+14=224 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.18% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 146 - color contains mainly: red. Hex color #92400E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92400E is #6DBFF1. Grayscale: #535353. Windows color (decimal): -7192562 or 934034. OLE color: 934034.
HSL color Cylindrical-coordinate representation of color #92400E: hue angle of 22.73º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92400E is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 64 | 14 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.43 |
| HSL | 22.73º | 0.83% | 0.31% | - |
| HSV(B) | 22.73º | 0.9% | 0.57% | - |
| XYZ | 13.77 | 9.81 | 1.58 | - |
| YUV | 82.82 | 89.17 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 64 | 14 | 0 | 0.56 | 0.90 | 0.43 | 22.73 | 0.83 | 0.31 |
| Hex | 92 | 40 | E | 0 | 38 | 5A | 2B | 17 | 52 | 1F |
| Octal | 222 | 100 | 16 | 0 | 70 | 132 | 53 | 27 | 122 | 37 |
| Binary | 10010010 | 1000000 | 1110 | 0 | 111000 | 1011010 | 101011 | 10111 | 1010010 | 11111 |
Color Harmonies of #92400E
Complementary color
Monochromatic Colors of #92400E
Black with #92400E
Text Example
Text Example
White with #92400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92400E; }
p { color: rgb(146,64,14); }
H1.HeaderClassName
{
color: #92400E;
}
.AnyTagClassName
{
color: #92400E;
}
</style>
background-color css
<style>
a { background-color: #92400E; }
a { background-color: rgb(146,64,14); }
div.DivClassName
{
background-color: #92400E;
}
.BgClassName
{
background-color: #92400E;
}
</style>
border-color css
<style>
span { border-color: #92400E; }
span { border-color: rgb(146,64,14); }
td.TdClassName
{
border-color: #92400E;
}
.TagClassName
{
border-color: #92400E;
}
</style>