Shades of Saddle Brown #92500B
Tints of Saddle Brown #92500B
RGB
CMYK
RGB Variations
Color information
#92500B (or 0x92500B) is known color: Saddle Brown. HEX triplet: 92, 50 and 0B. RGB value is (146,80,11). Sum of RGB (Red+Green+Blue) = 146+80+11=237 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.60% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 146 - color contains mainly: red. Hex color #92500B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92500B is #6DAFF4. Grayscale: #5C5C5C. Windows color (decimal): -7188469 or 741522. OLE color: 741522.
HSL color Cylindrical-coordinate representation of color #92500B: hue angle of 30.67º degrees, saturation: 0.86, 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 #92500B is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 80 | 11 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.43 |
| HSL | 30.67º | 0.86% | 0.31% | - |
| HSV(B) | 30.67º | 0.92% | 0.57% | - |
| XYZ | 14.78 | 11.87 | 1.83 | - |
| YUV | 91.87 | 82.37 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 11 | 0 | 0.45 | 0.92 | 0.43 | 30.67 | 0.86 | 0.31 |
| Hex | 92 | 50 | B | 0 | 2D | 5C | 2B | 1F | 56 | 1F |
| Octal | 222 | 120 | 13 | 0 | 55 | 134 | 53 | 37 | 126 | 37 |
| Binary | 10010010 | 1010000 | 1011 | 0 | 101101 | 1011100 | 101011 | 11111 | 1010110 | 11111 |
Color Harmonies of #92500B
Complementary color
Monochromatic Colors of #92500B
Black with #92500B
Text Example
Text Example
White with #92500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92500B; }
p { color: rgb(146,80,11); }
H1.HeaderClassName
{
color: #92500B;
}
.AnyTagClassName
{
color: #92500B;
}
</style>
background-color css
<style>
a { background-color: #92500B; }
a { background-color: rgb(146,80,11); }
div.DivClassName
{
background-color: #92500B;
}
.BgClassName
{
background-color: #92500B;
}
</style>
border-color css
<style>
span { border-color: #92500B; }
span { border-color: rgb(146,80,11); }
td.TdClassName
{
border-color: #92500B;
}
.TagClassName
{
border-color: #92500B;
}
</style>