Shades of Saddle Brown #92461C
Tints of Saddle Brown #92461C
RGB
CMYK
RGB Variations
Color information
#92461C (or 0x92461C) is known color: Saddle Brown. HEX triplet: 92, 46 and 1C. RGB value is (146,70,28). Sum of RGB (Red+Green+Blue) = 146+70+28=244 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.84% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 146 - color contains mainly: red. Hex color #92461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92461C is #6DB9E3. Grayscale: #585858. Windows color (decimal): -7191012 or 1853074. OLE color: 1853074.
HSL color Cylindrical-coordinate representation of color #92461C: hue angle of 21.36º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #92461C is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 70 | 28 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.43 |
| HSL | 21.36º | 0.68% | 0.34% | - |
| HSV(B) | 21.36º | 0.81% | 0.57% | - |
| XYZ | 14.25 | 10.58 | 2.39 | - |
| YUV | 87.94 | 94.18 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 70 | 28 | 0 | 0.52 | 0.81 | 0.43 | 21.36 | 0.68 | 0.34 |
| Hex | 92 | 46 | 1C | 0 | 34 | 51 | 2B | 15 | 44 | 22 |
| Octal | 222 | 106 | 34 | 0 | 64 | 121 | 53 | 25 | 104 | 42 |
| Binary | 10010010 | 1000110 | 11100 | 0 | 110100 | 1010001 | 101011 | 10101 | 1000100 | 100010 |
Color Harmonies of #92461C
Complementary color
Monochromatic Colors of #92461C
Black with #92461C
Text Example
Text Example
White with #92461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92461C; }
p { color: rgb(146,70,28); }
H1.HeaderClassName
{
color: #92461C;
}
.AnyTagClassName
{
color: #92461C;
}
</style>
background-color css
<style>
a { background-color: #92461C; }
a { background-color: rgb(146,70,28); }
div.DivClassName
{
background-color: #92461C;
}
.BgClassName
{
background-color: #92461C;
}
</style>
border-color css
<style>
span { border-color: #92461C; }
span { border-color: rgb(146,70,28); }
td.TdClassName
{
border-color: #92461C;
}
.TagClassName
{
border-color: #92461C;
}
</style>