Shades of Saddle Brown #92441C
Tints of Saddle Brown #92441C
RGB
CMYK
RGB Variations
Color information
#92441C (or 0x92441C) is known color: Saddle Brown. HEX triplet: 92, 44 and 1C. RGB value is (146,68,28). Sum of RGB (Red+Green+Blue) = 146+68+28=242 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.33% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 146 - color contains mainly: red. Hex color #92441C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92441C is #6DBBE3. Grayscale: #565656. Windows color (decimal): -7191524 or 1852562. OLE color: 1852562.
HSL color Cylindrical-coordinate representation of color #92441C: hue angle of 20.34º 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 #92441C is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 68 | 28 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.43 |
| HSL | 20.34º | 0.68% | 0.34% | - |
| HSV(B) | 20.34º | 0.81% | 0.57% | - |
| XYZ | 14.13 | 10.33 | 2.35 | - |
| YUV | 86.76 | 94.84 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 68 | 28 | 0 | 0.53 | 0.81 | 0.43 | 20.34 | 0.68 | 0.34 |
| Hex | 92 | 44 | 1C | 0 | 35 | 51 | 2B | 14 | 44 | 22 |
| Octal | 222 | 104 | 34 | 0 | 65 | 121 | 53 | 24 | 104 | 42 |
| Binary | 10010010 | 1000100 | 11100 | 0 | 110101 | 1010001 | 101011 | 10100 | 1000100 | 100010 |
Color Harmonies of #92441C
Complementary color
Monochromatic Colors of #92441C
Black with #92441C
Text Example
Text Example
White with #92441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92441C; }
p { color: rgb(146,68,28); }
H1.HeaderClassName
{
color: #92441C;
}
.AnyTagClassName
{
color: #92441C;
}
</style>
background-color css
<style>
a { background-color: #92441C; }
a { background-color: rgb(146,68,28); }
div.DivClassName
{
background-color: #92441C;
}
.BgClassName
{
background-color: #92441C;
}
</style>
border-color css
<style>
span { border-color: #92441C; }
span { border-color: rgb(146,68,28); }
td.TdClassName
{
border-color: #92441C;
}
.TagClassName
{
border-color: #92441C;
}
</style>