Shades of Saddle Brown #92350F
Tints of Saddle Brown #92350F
RGB
CMYK
RGB Variations
Color information
#92350F (or 0x92350F) is known color: Saddle Brown. HEX triplet: 92, 35 and 0F. RGB value is (146,53,15). Sum of RGB (Red+Green+Blue) = 146+53+15=214 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.22% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 146 - color contains mainly: red. Hex color #92350F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92350F is #6DCAF0. Grayscale: #4C4C4C. Windows color (decimal): -7195377 or 996754. OLE color: 996754.
HSL color Cylindrical-coordinate representation of color #92350F: hue angle of 17.4º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92350F is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 53 | 15 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.43 |
| HSL | 17.4º | 0.81% | 0.32% | - |
| HSV(B) | 17.4º | 0.9% | 0.57% | - |
| XYZ | 13.21 | 8.69 | 1.43 | - |
| YUV | 76.48 | 93.31 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 53 | 15 | 0 | 0.64 | 0.90 | 0.43 | 17.4 | 0.81 | 0.32 |
| Hex | 92 | 35 | F | 0 | 40 | 5A | 2B | 11 | 51 | 20 |
| Octal | 222 | 65 | 17 | 0 | 100 | 132 | 53 | 21 | 121 | 40 |
| Binary | 10010010 | 110101 | 1111 | 0 | 1000000 | 1011010 | 101011 | 10001 | 1010001 | 100000 |
Color Harmonies of #92350F
Complementary color
Monochromatic Colors of #92350F
Black with #92350F
Text Example
Text Example
White with #92350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92350F; }
p { color: rgb(146,53,15); }
H1.HeaderClassName
{
color: #92350F;
}
.AnyTagClassName
{
color: #92350F;
}
</style>
background-color css
<style>
a { background-color: #92350F; }
a { background-color: rgb(146,53,15); }
div.DivClassName
{
background-color: #92350F;
}
.BgClassName
{
background-color: #92350F;
}
</style>
border-color css
<style>
span { border-color: #92350F; }
span { border-color: rgb(146,53,15); }
td.TdClassName
{
border-color: #92350F;
}
.TagClassName
{
border-color: #92350F;
}
</style>