Shades of Saddle Brown #924A0C
Tints of Saddle Brown #924A0C
RGB
CMYK
RGB Variations
Color information
#924A0C (or 0x924A0C) is known color: Saddle Brown. HEX triplet: 92, 4A and 0C. RGB value is (146,74,12). Sum of RGB (Red+Green+Blue) = 146+74+12=232 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.93% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 146 - color contains mainly: red. Hex color #924A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924A0C is #6DB5F3. Grayscale: #585858. Windows color (decimal): -7190004 or 805522. OLE color: 805522.
HSL color Cylindrical-coordinate representation of color #924A0C: hue angle of 27.76º 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 #924A0C is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 74 | 12 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.43 |
| HSL | 27.76º | 0.85% | 0.31% | - |
| HSV(B) | 27.76º | 0.92% | 0.57% | - |
| XYZ | 14.37 | 11.04 | 1.72 | - |
| YUV | 88.46 | 84.85 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 12 | 0 | 0.49 | 0.92 | 0.43 | 27.76 | 0.85 | 0.31 |
| Hex | 92 | 4A | C | 0 | 31 | 5C | 2B | 1C | 55 | 1F |
| Octal | 222 | 112 | 14 | 0 | 61 | 134 | 53 | 34 | 125 | 37 |
| Binary | 10010010 | 1001010 | 1100 | 0 | 110001 | 1011100 | 101011 | 11100 | 1010101 | 11111 |
Color Harmonies of #924A0C
Complementary color
Monochromatic Colors of #924A0C
Black with #924A0C
Text Example
Text Example
White with #924A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924A0C; }
p { color: rgb(146,74,12); }
H1.HeaderClassName
{
color: #924A0C;
}
.AnyTagClassName
{
color: #924A0C;
}
</style>
background-color css
<style>
a { background-color: #924A0C; }
a { background-color: rgb(146,74,12); }
div.DivClassName
{
background-color: #924A0C;
}
.BgClassName
{
background-color: #924A0C;
}
</style>
border-color css
<style>
span { border-color: #924A0C; }
span { border-color: rgb(146,74,12); }
td.TdClassName
{
border-color: #924A0C;
}
.TagClassName
{
border-color: #924A0C;
}
</style>