Shades of Saddle Brown #92540B
Tints of Saddle Brown #92540B
RGB
CMYK
RGB Variations
Color information
#92540B (or 0x92540B) is known color: Saddle Brown. HEX triplet: 92, 54 and 0B. RGB value is (146,84,11). Sum of RGB (Red+Green+Blue) = 146+84+11=241 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.58% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 146 - color contains mainly: red. Hex color #92540B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92540B is #6DABF4. Grayscale: #5E5E5E. Windows color (decimal): -7187445 or 742546. OLE color: 742546.
HSL color Cylindrical-coordinate representation of color #92540B: hue angle of 32.44º 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 #92540B is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 84 | 11 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.43 |
| HSL | 32.44º | 0.86% | 0.31% | - |
| HSV(B) | 32.44º | 0.92% | 0.57% | - |
| XYZ | 15.08 | 12.48 | 1.93 | - |
| YUV | 94.22 | 81.04 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 11 | 0 | 0.42 | 0.92 | 0.43 | 32.44 | 0.86 | 0.31 |
| Hex | 92 | 54 | B | 0 | 2A | 5C | 2B | 20 | 56 | 1F |
| Octal | 222 | 124 | 13 | 0 | 52 | 134 | 53 | 40 | 126 | 37 |
| Binary | 10010010 | 1010100 | 1011 | 0 | 101010 | 1011100 | 101011 | 100000 | 1010110 | 11111 |
Color Harmonies of #92540B
Complementary color
Monochromatic Colors of #92540B
Black with #92540B
Text Example
Text Example
White with #92540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92540B; }
p { color: rgb(146,84,11); }
H1.HeaderClassName
{
color: #92540B;
}
.AnyTagClassName
{
color: #92540B;
}
</style>
background-color css
<style>
a { background-color: #92540B; }
a { background-color: rgb(146,84,11); }
div.DivClassName
{
background-color: #92540B;
}
.BgClassName
{
background-color: #92540B;
}
</style>
border-color css
<style>
span { border-color: #92540B; }
span { border-color: rgb(146,84,11); }
td.TdClassName
{
border-color: #92540B;
}
.TagClassName
{
border-color: #92540B;
}
</style>