Shades of Saddle Brown #904A01
Tints of Saddle Brown #904A01
RGB
CMYK
RGB Variations
Color information
#904A01 (or 0x904A01) is known color: Saddle Brown. HEX triplet: 90, 4A and 01. RGB value is (144,74,1). Sum of RGB (Red+Green+Blue) = 144+74+1=219 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.75% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 144 - color contains mainly: red. Hex color #904A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904A01 is #6FB5FE. Grayscale: #565656. Windows color (decimal): -7321087 or 84624. OLE color: 84624.
HSL color Cylindrical-coordinate representation of color #904A01: hue angle of 30.63º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #904A01 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 74 | 1 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.44 |
| HSL | 30.63º | 0.99% | 0.28% | - |
| HSV(B) | 30.63º | 0.99% | 0.56% | - |
| XYZ | 13.96 | 10.83 | 1.38 | - |
| YUV | 86.61 | 79.69 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 1 | 0 | 0.49 | 0.99 | 0.44 | 30.63 | 0.99 | 0.28 |
| Hex | 90 | 4A | 1 | 0 | 31 | 63 | 2C | 1F | 63 | 1C |
| Octal | 220 | 112 | 1 | 0 | 61 | 143 | 54 | 37 | 143 | 34 |
| Binary | 10010000 | 1001010 | 1 | 0 | 110001 | 1100011 | 101100 | 11111 | 1100011 | 11100 |
Color Harmonies of #904A01
Complementary color
Monochromatic Colors of #904A01
Black with #904A01
Text Example
Text Example
White with #904A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904A01; }
p { color: rgb(144,74,1); }
H1.HeaderClassName
{
color: #904A01;
}
.AnyTagClassName
{
color: #904A01;
}
</style>
background-color css
<style>
a { background-color: #904A01; }
a { background-color: rgb(144,74,1); }
div.DivClassName
{
background-color: #904A01;
}
.BgClassName
{
background-color: #904A01;
}
</style>
border-color css
<style>
span { border-color: #904A01; }
span { border-color: rgb(144,74,1); }
td.TdClassName
{
border-color: #904A01;
}
.TagClassName
{
border-color: #904A01;
}
</style>