Shades of Saddle Brown #92431B
Tints of Saddle Brown #92431B
RGB
CMYK
RGB Variations
Color information
#92431B (or 0x92431B) is known color: Saddle Brown. HEX triplet: 92, 43 and 1B. RGB value is (146,67,27). Sum of RGB (Red+Green+Blue) = 146+67+27=240 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.83% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 146 - color contains mainly: red. Hex color #92431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92431B is #6DBCE4. Grayscale: #565656. Windows color (decimal): -7191781 or 1786770. OLE color: 1786770.
HSL color Cylindrical-coordinate representation of color #92431B: hue angle of 20.17º degrees, saturation: 0.69, 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 #92431B is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 67 | 27 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.43 |
| HSL | 20.17º | 0.69% | 0.34% | - |
| HSV(B) | 20.17º | 0.82% | 0.57% | - |
| XYZ | 14.06 | 10.2 | 2.27 | - |
| YUV | 86.06 | 94.67 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 67 | 27 | 0 | 0.54 | 0.82 | 0.43 | 20.17 | 0.69 | 0.34 |
| Hex | 92 | 43 | 1B | 0 | 36 | 52 | 2B | 14 | 45 | 22 |
| Octal | 222 | 103 | 33 | 0 | 66 | 122 | 53 | 24 | 105 | 42 |
| Binary | 10010010 | 1000011 | 11011 | 0 | 110110 | 1010010 | 101011 | 10100 | 1000101 | 100010 |
Color Harmonies of #92431B
Complementary color
Monochromatic Colors of #92431B
Black with #92431B
Text Example
Text Example
White with #92431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92431B; }
p { color: rgb(146,67,27); }
H1.HeaderClassName
{
color: #92431B;
}
.AnyTagClassName
{
color: #92431B;
}
</style>
background-color css
<style>
a { background-color: #92431B; }
a { background-color: rgb(146,67,27); }
div.DivClassName
{
background-color: #92431B;
}
.BgClassName
{
background-color: #92431B;
}
</style>
border-color css
<style>
span { border-color: #92431B; }
span { border-color: rgb(146,67,27); }
td.TdClassName
{
border-color: #92431B;
}
.TagClassName
{
border-color: #92431B;
}
</style>