Shades of Saddle Brown #923A00
Tints of Saddle Brown #923A00
RGB
CMYK
RGB Variations
Color information
#923A00 (or 0x923A00) is known color: Saddle Brown. HEX triplet: 92, 3A and 00. RGB value is (146,58,0). Sum of RGB (Red+Green+Blue) = 146+58+0=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #923A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923A00 is #6DC5FF. Grayscale: #4E4E4E. Windows color (decimal): -7194112 or 14994. OLE color: 14994.
HSL color Cylindrical-coordinate representation of color #923A00: hue angle of 23.84º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #923A00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 58 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.43 |
| HSL | 23.84º | 1% | 0.29% | - |
| HSV(B) | 23.84º | 1% | 0.57% | - |
| XYZ | 13.37 | 9.14 | 1.06 | - |
| YUV | 77.7 | 84.15 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 58 | 0 | 0 | 0.60 | 1 | 0.43 | 23.84 | 1 | 0.29 |
| Hex | 92 | 3A | 0 | 0 | 3C | 64 | 2B | 18 | 64 | 1D |
| Octal | 222 | 72 | 0 | 0 | 74 | 144 | 53 | 30 | 144 | 35 |
| Binary | 10010010 | 111010 | 0 | 0 | 111100 | 1100100 | 101011 | 11000 | 1100100 | 11101 |
Color Harmonies of #923A00
Complementary color
Monochromatic Colors of #923A00
Black with #923A00
Text Example
Text Example
White with #923A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923A00; }
p { color: rgb(146,58,0); }
H1.HeaderClassName
{
color: #923A00;
}
.AnyTagClassName
{
color: #923A00;
}
</style>
background-color css
<style>
a { background-color: #923A00; }
a { background-color: rgb(146,58,0); }
div.DivClassName
{
background-color: #923A00;
}
.BgClassName
{
background-color: #923A00;
}
</style>
border-color css
<style>
span { border-color: #923A00; }
span { border-color: rgb(146,58,0); }
td.TdClassName
{
border-color: #923A00;
}
.TagClassName
{
border-color: #923A00;
}
</style>