Shades of Saddle Brown #92500D
Tints of Saddle Brown #92500D
RGB
CMYK
RGB Variations
Color information
#92500D (or 0x92500D) is known color: Saddle Brown. HEX triplet: 92, 50 and 0D. RGB value is (146,80,13). Sum of RGB (Red+Green+Blue) = 146+80+13=239 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.09% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 146 - color contains mainly: red. Hex color #92500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92500D is #6DAFF2. Grayscale: #5C5C5C. Windows color (decimal): -7188467 or 872594. OLE color: 872594.
HSL color Cylindrical-coordinate representation of color #92500D: hue angle of 30.23º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92500D is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 80 | 13 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.43 |
| HSL | 30.23º | 0.84% | 0.31% | - |
| HSV(B) | 30.23º | 0.91% | 0.57% | - |
| XYZ | 14.8 | 11.88 | 1.89 | - |
| YUV | 92.1 | 83.37 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 13 | 0 | 0.45 | 0.91 | 0.43 | 30.23 | 0.84 | 0.31 |
| Hex | 92 | 50 | D | 0 | 2D | 5B | 2B | 1E | 54 | 1F |
| Octal | 222 | 120 | 15 | 0 | 55 | 133 | 53 | 36 | 124 | 37 |
| Binary | 10010010 | 1010000 | 1101 | 0 | 101101 | 1011011 | 101011 | 11110 | 1010100 | 11111 |
Color Harmonies of #92500D
Complementary color
Monochromatic Colors of #92500D
Black with #92500D
Text Example
Text Example
White with #92500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92500D; }
p { color: rgb(146,80,13); }
H1.HeaderClassName
{
color: #92500D;
}
.AnyTagClassName
{
color: #92500D;
}
</style>
background-color css
<style>
a { background-color: #92500D; }
a { background-color: rgb(146,80,13); }
div.DivClassName
{
background-color: #92500D;
}
.BgClassName
{
background-color: #92500D;
}
</style>
border-color css
<style>
span { border-color: #92500D; }
span { border-color: rgb(146,80,13); }
td.TdClassName
{
border-color: #92500D;
}
.TagClassName
{
border-color: #92500D;
}
</style>