Shades of Saddle Brown #92450C
Tints of Saddle Brown #92450C
RGB
CMYK
RGB Variations
Color information
#92450C (or 0x92450C) is known color: Saddle Brown. HEX triplet: 92, 45 and 0C. RGB value is (146,69,12). Sum of RGB (Red+Green+Blue) = 146+69+12=227 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.32% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 146 - color contains mainly: red. Hex color #92450C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92450C is #6DBAF3. Grayscale: #555555. Windows color (decimal): -7191284 or 804242. OLE color: 804242.
HSL color Cylindrical-coordinate representation of color #92450C: hue angle of 25.52º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92450C is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 69 | 12 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.43 |
| HSL | 25.52º | 0.85% | 0.31% | - |
| HSV(B) | 25.52º | 0.92% | 0.57% | - |
| XYZ | 14.05 | 10.39 | 1.61 | - |
| YUV | 85.53 | 86.51 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 69 | 12 | 0 | 0.53 | 0.92 | 0.43 | 25.52 | 0.85 | 0.31 |
| Hex | 92 | 45 | C | 0 | 35 | 5C | 2B | 1A | 55 | 1F |
| Octal | 222 | 105 | 14 | 0 | 65 | 134 | 53 | 32 | 125 | 37 |
| Binary | 10010010 | 1000101 | 1100 | 0 | 110101 | 1011100 | 101011 | 11010 | 1010101 | 11111 |
Color Harmonies of #92450C
Complementary color
Monochromatic Colors of #92450C
Black with #92450C
Text Example
Text Example
White with #92450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92450C; }
p { color: rgb(146,69,12); }
H1.HeaderClassName
{
color: #92450C;
}
.AnyTagClassName
{
color: #92450C;
}
</style>
background-color css
<style>
a { background-color: #92450C; }
a { background-color: rgb(146,69,12); }
div.DivClassName
{
background-color: #92450C;
}
.BgClassName
{
background-color: #92450C;
}
</style>
border-color css
<style>
span { border-color: #92450C; }
span { border-color: rgb(146,69,12); }
td.TdClassName
{
border-color: #92450C;
}
.TagClassName
{
border-color: #92450C;
}
</style>