Shades of Saddle Brown #925213
Tints of Saddle Brown #925213
RGB
CMYK
RGB Variations
Color information
#925213 (or 0x925213) is known color: Saddle Brown. HEX triplet: 92, 52 and 13. RGB value is (146,82,19). Sum of RGB (Red+Green+Blue) = 146+82+19=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #925213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925213 is #6DADEC. Grayscale: #5E5E5E. Windows color (decimal): -7187949 or 1266322. OLE color: 1266322.
HSL color Cylindrical-coordinate representation of color #925213: hue angle of 29.76º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #925213 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 19 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.43 |
| HSL | 29.76º | 0.77% | 0.32% | - |
| HSV(B) | 29.76º | 0.87% | 0.57% | - |
| XYZ | 14.99 | 12.19 | 2.18 | - |
| YUV | 93.95 | 85.7 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 19 | 0 | 0.44 | 0.87 | 0.43 | 29.76 | 0.77 | 0.32 |
| Hex | 92 | 52 | 13 | 0 | 2C | 57 | 2B | 1E | 4D | 20 |
| Octal | 222 | 122 | 23 | 0 | 54 | 127 | 53 | 36 | 115 | 40 |
| Binary | 10010010 | 1010010 | 10011 | 0 | 101100 | 1010111 | 101011 | 11110 | 1001101 | 100000 |
Color Harmonies of #925213
Complementary color
Monochromatic Colors of #925213
Black with #925213
Text Example
Text Example
White with #925213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925213; }
p { color: rgb(146,82,19); }
H1.HeaderClassName
{
color: #925213;
}
.AnyTagClassName
{
color: #925213;
}
</style>
background-color css
<style>
a { background-color: #925213; }
a { background-color: rgb(146,82,19); }
div.DivClassName
{
background-color: #925213;
}
.BgClassName
{
background-color: #925213;
}
</style>
border-color css
<style>
span { border-color: #925213; }
span { border-color: rgb(146,82,19); }
td.TdClassName
{
border-color: #925213;
}
.TagClassName
{
border-color: #925213;
}
</style>