Shades of Saddle Brown #904F06
Tints of Saddle Brown #904F06
RGB
CMYK
RGB Variations
Color information
#904F06 (or 0x904F06) is known color: Saddle Brown. HEX triplet: 90, 4F and 06. RGB value is (144,79,6). Sum of RGB (Red+Green+Blue) = 144+79+6=229 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.88% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 144 - color contains mainly: red. Hex color #904F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #904F06 is #6FB0F9. Grayscale: #5A5A5A. Windows color (decimal): -7319802 or 413584. OLE color: 413584.
HSL color Cylindrical-coordinate representation of color #904F06: hue angle of 31.74º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #904F06 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 79 | 6 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.44 |
| HSL | 31.74º | 0.92% | 0.29% | - |
| HSV(B) | 31.74º | 0.96% | 0.56% | - |
| XYZ | 14.33 | 11.53 | 1.64 | - |
| YUV | 90.11 | 80.53 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 6 | 0 | 0.45 | 0.96 | 0.44 | 31.74 | 0.92 | 0.29 |
| Hex | 90 | 4F | 6 | 0 | 2D | 60 | 2C | 20 | 5C | 1D |
| Octal | 220 | 117 | 6 | 0 | 55 | 140 | 54 | 40 | 134 | 35 |
| Binary | 10010000 | 1001111 | 110 | 0 | 101101 | 1100000 | 101100 | 100000 | 1011100 | 11101 |
Color Harmonies of #904F06
Complementary color
Monochromatic Colors of #904F06
Black with #904F06
Text Example
Text Example
White with #904F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904F06; }
p { color: rgb(144,79,6); }
H1.HeaderClassName
{
color: #904F06;
}
.AnyTagClassName
{
color: #904F06;
}
</style>
background-color css
<style>
a { background-color: #904F06; }
a { background-color: rgb(144,79,6); }
div.DivClassName
{
background-color: #904F06;
}
.BgClassName
{
background-color: #904F06;
}
</style>
border-color css
<style>
span { border-color: #904F06; }
span { border-color: rgb(144,79,6); }
td.TdClassName
{
border-color: #904F06;
}
.TagClassName
{
border-color: #904F06;
}
</style>