Shades of Saddle Brown #92450F
Tints of Saddle Brown #92450F
RGB
CMYK
RGB Variations
Color information
#92450F (or 0x92450F) is known color: Saddle Brown. HEX triplet: 92, 45 and 0F. RGB value is (146,69,15). Sum of RGB (Red+Green+Blue) = 146+69+15=230 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.48% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 146 - color contains mainly: red. Hex color #92450F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92450F is #6DBAF0. Grayscale: #565656. Windows color (decimal): -7191281 or 1000850. OLE color: 1000850.
HSL color Cylindrical-coordinate representation of color #92450F: hue angle of 24.73º 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 #92450F is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 69 | 15 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.43 |
| HSL | 24.73º | 0.81% | 0.32% | - |
| HSV(B) | 24.73º | 0.9% | 0.57% | - |
| XYZ | 14.07 | 10.4 | 1.72 | - |
| YUV | 85.87 | 88.01 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 69 | 15 | 0 | 0.53 | 0.90 | 0.43 | 24.73 | 0.81 | 0.32 |
| Hex | 92 | 45 | F | 0 | 35 | 5A | 2B | 19 | 51 | 20 |
| Octal | 222 | 105 | 17 | 0 | 65 | 132 | 53 | 31 | 121 | 40 |
| Binary | 10010010 | 1000101 | 1111 | 0 | 110101 | 1011010 | 101011 | 11001 | 1010001 | 100000 |
Color Harmonies of #92450F
Complementary color
Monochromatic Colors of #92450F
Black with #92450F
Text Example
Text Example
White with #92450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92450F; }
p { color: rgb(146,69,15); }
H1.HeaderClassName
{
color: #92450F;
}
.AnyTagClassName
{
color: #92450F;
}
</style>
background-color css
<style>
a { background-color: #92450F; }
a { background-color: rgb(146,69,15); }
div.DivClassName
{
background-color: #92450F;
}
.BgClassName
{
background-color: #92450F;
}
</style>
border-color css
<style>
span { border-color: #92450F; }
span { border-color: rgb(146,69,15); }
td.TdClassName
{
border-color: #92450F;
}
.TagClassName
{
border-color: #92450F;
}
</style>