Shades of Saddle Brown #92540D
Tints of Saddle Brown #92540D
RGB
CMYK
RGB Variations
Color information
#92540D (or 0x92540D) is known color: Saddle Brown. HEX triplet: 92, 54 and 0D. RGB value is (146,84,13). Sum of RGB (Red+Green+Blue) = 146+84+13=243 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.08% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 146 - color contains mainly: red. Hex color #92540D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92540D is #6DABF2. Grayscale: #5E5E5E. Windows color (decimal): -7187443 or 873618. OLE color: 873618.
HSL color Cylindrical-coordinate representation of color #92540D: hue angle of 32.03º 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 #92540D is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 84 | 13 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.43 |
| HSL | 32.03º | 0.84% | 0.31% | - |
| HSV(B) | 32.03º | 0.91% | 0.57% | - |
| XYZ | 15.1 | 12.48 | 1.99 | - |
| YUV | 94.44 | 82.04 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 13 | 0 | 0.42 | 0.91 | 0.43 | 32.03 | 0.84 | 0.31 |
| Hex | 92 | 54 | D | 0 | 2A | 5B | 2B | 20 | 54 | 1F |
| Octal | 222 | 124 | 15 | 0 | 52 | 133 | 53 | 40 | 124 | 37 |
| Binary | 10010010 | 1010100 | 1101 | 0 | 101010 | 1011011 | 101011 | 100000 | 1010100 | 11111 |
Color Harmonies of #92540D
Complementary color
Monochromatic Colors of #92540D
Black with #92540D
Text Example
Text Example
White with #92540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92540D; }
p { color: rgb(146,84,13); }
H1.HeaderClassName
{
color: #92540D;
}
.AnyTagClassName
{
color: #92540D;
}
</style>
background-color css
<style>
a { background-color: #92540D; }
a { background-color: rgb(146,84,13); }
div.DivClassName
{
background-color: #92540D;
}
.BgClassName
{
background-color: #92540D;
}
</style>
border-color css
<style>
span { border-color: #92540D; }
span { border-color: rgb(146,84,13); }
td.TdClassName
{
border-color: #92540D;
}
.TagClassName
{
border-color: #92540D;
}
</style>