Shades of Saddle Brown #92520D
Tints of Saddle Brown #92520D
RGB
CMYK
RGB Variations
Color information
#92520D (or 0x92520D) is known color: Saddle Brown. HEX triplet: 92, 52 and 0D. RGB value is (146,82,13). Sum of RGB (Red+Green+Blue) = 146+82+13=241 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.58% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 146 - color contains mainly: red. Hex color #92520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92520D is #6DADF2. Grayscale: #5D5D5D. Windows color (decimal): -7187955 or 873106. OLE color: 873106.
HSL color Cylindrical-coordinate representation of color #92520D: hue angle of 31.13º 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 #92520D is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 13 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.43 |
| HSL | 31.13º | 0.84% | 0.31% | - |
| HSV(B) | 31.13º | 0.91% | 0.57% | - |
| XYZ | 14.94 | 12.17 | 1.94 | - |
| YUV | 93.27 | 82.7 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 13 | 0 | 0.44 | 0.91 | 0.43 | 31.13 | 0.84 | 0.31 |
| Hex | 92 | 52 | D | 0 | 2C | 5B | 2B | 1F | 54 | 1F |
| Octal | 222 | 122 | 15 | 0 | 54 | 133 | 53 | 37 | 124 | 37 |
| Binary | 10010010 | 1010010 | 1101 | 0 | 101100 | 1011011 | 101011 | 11111 | 1010100 | 11111 |
Color Harmonies of #92520D
Complementary color
Monochromatic Colors of #92520D
Black with #92520D
Text Example
Text Example
White with #92520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92520D; }
p { color: rgb(146,82,13); }
H1.HeaderClassName
{
color: #92520D;
}
.AnyTagClassName
{
color: #92520D;
}
</style>
background-color css
<style>
a { background-color: #92520D; }
a { background-color: rgb(146,82,13); }
div.DivClassName
{
background-color: #92520D;
}
.BgClassName
{
background-color: #92520D;
}
</style>
border-color css
<style>
span { border-color: #92520D; }
span { border-color: rgb(146,82,13); }
td.TdClassName
{
border-color: #92520D;
}
.TagClassName
{
border-color: #92520D;
}
</style>