Shades of Saddle Brown #923C0C
Tints of Saddle Brown #923C0C
RGB
CMYK
RGB Variations
Color information
#923C0C (or 0x923C0C) is known color: Saddle Brown. HEX triplet: 92, 3C and 0C. RGB value is (146,60,12). Sum of RGB (Red+Green+Blue) = 146+60+12=218 (28% of max value = 765). Red value is 146 (57.42% from 255 or 66.97% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 146 - color contains mainly: red. Hex color #923C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923C0C is #6DC3F3. Grayscale: #505050. Windows color (decimal): -7193588 or 801938. OLE color: 801938.
HSL color Cylindrical-coordinate representation of color #923C0C: hue angle of 21.49º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #923C0C is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 60 | 12 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.43 |
| HSL | 21.49º | 0.85% | 0.31% | - |
| HSV(B) | 21.49º | 0.92% | 0.57% | - |
| XYZ | 13.54 | 9.37 | 1.44 | - |
| YUV | 80.24 | 89.49 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 60 | 12 | 0 | 0.59 | 0.92 | 0.43 | 21.49 | 0.85 | 0.31 |
| Hex | 92 | 3C | C | 0 | 3B | 5C | 2B | 15 | 55 | 1F |
| Octal | 222 | 74 | 14 | 0 | 73 | 134 | 53 | 25 | 125 | 37 |
| Binary | 10010010 | 111100 | 1100 | 0 | 111011 | 1011100 | 101011 | 10101 | 1010101 | 11111 |
Color Harmonies of #923C0C
Complementary color
Monochromatic Colors of #923C0C
Black with #923C0C
Text Example
Text Example
White with #923C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923C0C; }
p { color: rgb(146,60,12); }
H1.HeaderClassName
{
color: #923C0C;
}
.AnyTagClassName
{
color: #923C0C;
}
</style>
background-color css
<style>
a { background-color: #923C0C; }
a { background-color: rgb(146,60,12); }
div.DivClassName
{
background-color: #923C0C;
}
.BgClassName
{
background-color: #923C0C;
}
</style>
border-color css
<style>
span { border-color: #923C0C; }
span { border-color: rgb(146,60,12); }
td.TdClassName
{
border-color: #923C0C;
}
.TagClassName
{
border-color: #923C0C;
}
</style>