Shades of Saddle Brown #924A0F
Tints of Saddle Brown #924A0F
RGB
CMYK
RGB Variations
Color information
#924A0F (or 0x924A0F) is known color: Saddle Brown. HEX triplet: 92, 4A and 0F. RGB value is (146,74,15). Sum of RGB (Red+Green+Blue) = 146+74+15=235 (31% of max value = 765). Red value is 146 (57.42% from 255 or 62.13% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 146 - color contains mainly: red. Hex color #924A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924A0F is #6DB5F0. Grayscale: #595959. Windows color (decimal): -7190001 or 1002130. OLE color: 1002130.
HSL color Cylindrical-coordinate representation of color #924A0F: hue angle of 27.02º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #924A0F is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 74 | 15 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.43 |
| HSL | 27.02º | 0.81% | 0.32% | - |
| HSV(B) | 27.02º | 0.9% | 0.57% | - |
| XYZ | 14.39 | 11.04 | 1.83 | - |
| YUV | 88.8 | 86.35 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 15 | 0 | 0.49 | 0.90 | 0.43 | 27.02 | 0.81 | 0.32 |
| Hex | 92 | 4A | F | 0 | 31 | 5A | 2B | 1B | 51 | 20 |
| Octal | 222 | 112 | 17 | 0 | 61 | 132 | 53 | 33 | 121 | 40 |
| Binary | 10010010 | 1001010 | 1111 | 0 | 110001 | 1011010 | 101011 | 11011 | 1010001 | 100000 |
Color Harmonies of #924A0F
Complementary color
Monochromatic Colors of #924A0F
Black with #924A0F
Text Example
Text Example
White with #924A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924A0F; }
p { color: rgb(146,74,15); }
H1.HeaderClassName
{
color: #924A0F;
}
.AnyTagClassName
{
color: #924A0F;
}
</style>
background-color css
<style>
a { background-color: #924A0F; }
a { background-color: rgb(146,74,15); }
div.DivClassName
{
background-color: #924A0F;
}
.BgClassName
{
background-color: #924A0F;
}
</style>
border-color css
<style>
span { border-color: #924A0F; }
span { border-color: rgb(146,74,15); }
td.TdClassName
{
border-color: #924A0F;
}
.TagClassName
{
border-color: #924A0F;
}
</style>