Shades of Saddle Brown #923401
Tints of Saddle Brown #923401
RGB
CMYK
RGB Variations
Color information
#923401 (or 0x923401) is known color: Saddle Brown. HEX triplet: 92, 34 and 01. RGB value is (146,52,1). Sum of RGB (Red+Green+Blue) = 146+52+1=199 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.37% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 146 - color contains mainly: red. Hex color #923401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923401 is #6DCBFE. Grayscale: #4A4A4A. Windows color (decimal): -7195647 or 78994. OLE color: 78994.
HSL color Cylindrical-coordinate representation of color #923401: hue angle of 21.1º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #923401 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 52 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.43 |
| HSL | 21.1º | 0.99% | 0.29% | - |
| HSV(B) | 21.1º | 0.99% | 0.57% | - |
| XYZ | 13.09 | 8.57 | 0.99 | - |
| YUV | 74.29 | 86.64 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 52 | 1 | 0 | 0.64 | 0.99 | 0.43 | 21.1 | 0.99 | 0.29 |
| Hex | 92 | 34 | 1 | 0 | 40 | 63 | 2B | 15 | 63 | 1D |
| Octal | 222 | 64 | 1 | 0 | 100 | 143 | 53 | 25 | 143 | 35 |
| Binary | 10010010 | 110100 | 1 | 0 | 1000000 | 1100011 | 101011 | 10101 | 1100011 | 11101 |
Color Harmonies of #923401
Complementary color
Monochromatic Colors of #923401
Black with #923401
Text Example
Text Example
White with #923401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923401; }
p { color: rgb(146,52,1); }
H1.HeaderClassName
{
color: #923401;
}
.AnyTagClassName
{
color: #923401;
}
</style>
background-color css
<style>
a { background-color: #923401; }
a { background-color: rgb(146,52,1); }
div.DivClassName
{
background-color: #923401;
}
.BgClassName
{
background-color: #923401;
}
</style>
border-color css
<style>
span { border-color: #923401; }
span { border-color: rgb(146,52,1); }
td.TdClassName
{
border-color: #923401;
}
.TagClassName
{
border-color: #923401;
}
</style>