Shades of Saddle Brown #92461A
Tints of Saddle Brown #92461A
RGB
CMYK
RGB Variations
Color information
#92461A (or 0x92461A) is known color: Saddle Brown. HEX triplet: 92, 46 and 1A. RGB value is (146,70,26). Sum of RGB (Red+Green+Blue) = 146+70+26=242 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.33% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 146 - color contains mainly: red. Hex color #92461A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92461A is #6DB9E5. Grayscale: #575757. Windows color (decimal): -7191014 or 1722002. OLE color: 1722002.
HSL color Cylindrical-coordinate representation of color #92461A: hue angle of 22º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #92461A is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 70 | 26 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.43 |
| HSL | 22º | 0.7% | 0.34% | - |
| HSV(B) | 22º | 0.82% | 0.57% | - |
| XYZ | 14.23 | 10.57 | 2.27 | - |
| YUV | 87.71 | 93.18 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 70 | 26 | 0 | 0.52 | 0.82 | 0.43 | 22 | 0.7 | 0.34 |
| Hex | 92 | 46 | 1A | 0 | 34 | 52 | 2B | 16 | 46 | 22 |
| Octal | 222 | 106 | 32 | 0 | 64 | 122 | 53 | 26 | 106 | 42 |
| Binary | 10010010 | 1000110 | 11010 | 0 | 110100 | 1010010 | 101011 | 10110 | 1000110 | 100010 |
Color Harmonies of #92461A
Complementary color
Monochromatic Colors of #92461A
Black with #92461A
Text Example
Text Example
White with #92461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92461A; }
p { color: rgb(146,70,26); }
H1.HeaderClassName
{
color: #92461A;
}
.AnyTagClassName
{
color: #92461A;
}
</style>
background-color css
<style>
a { background-color: #92461A; }
a { background-color: rgb(146,70,26); }
div.DivClassName
{
background-color: #92461A;
}
.BgClassName
{
background-color: #92461A;
}
</style>
border-color css
<style>
span { border-color: #92461A; }
span { border-color: rgb(146,70,26); }
td.TdClassName
{
border-color: #92461A;
}
.TagClassName
{
border-color: #92461A;
}
</style>