Shades of Saddle Brown #92501C
Tints of Saddle Brown #92501C
RGB
CMYK
RGB Variations
Color information
#92501C (or 0x92501C) is known color: Saddle Brown. HEX triplet: 92, 50 and 1C. RGB value is (146,80,28). Sum of RGB (Red+Green+Blue) = 146+80+28=254 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.48% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 146 - color contains mainly: red. Hex color #92501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92501C is #6DAFE3. Grayscale: #5E5E5E. Windows color (decimal): -7188452 or 1855634. OLE color: 1855634.
HSL color Cylindrical-coordinate representation of color #92501C: hue angle of 26.44º 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 #92501C is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 80 | 28 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.43 |
| HSL | 26.44º | 0.68% | 0.34% | - |
| HSV(B) | 26.44º | 0.81% | 0.57% | - |
| XYZ | 14.93 | 11.93 | 2.61 | - |
| YUV | 93.81 | 90.87 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 28 | 0 | 0.45 | 0.81 | 0.43 | 26.44 | 0.68 | 0.34 |
| Hex | 92 | 50 | 1C | 0 | 2D | 51 | 2B | 1A | 44 | 22 |
| Octal | 222 | 120 | 34 | 0 | 55 | 121 | 53 | 32 | 104 | 42 |
| Binary | 10010010 | 1010000 | 11100 | 0 | 101101 | 1010001 | 101011 | 11010 | 1000100 | 100010 |
Color Harmonies of #92501C
Complementary color
Monochromatic Colors of #92501C
Black with #92501C
Text Example
Text Example
White with #92501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92501C; }
p { color: rgb(146,80,28); }
H1.HeaderClassName
{
color: #92501C;
}
.AnyTagClassName
{
color: #92501C;
}
</style>
background-color css
<style>
a { background-color: #92501C; }
a { background-color: rgb(146,80,28); }
div.DivClassName
{
background-color: #92501C;
}
.BgClassName
{
background-color: #92501C;
}
</style>
border-color css
<style>
span { border-color: #92501C; }
span { border-color: rgb(146,80,28); }
td.TdClassName
{
border-color: #92501C;
}
.TagClassName
{
border-color: #92501C;
}
</style>