Shades of Saddle Brown #904D01
Tints of Saddle Brown #904D01
RGB
CMYK
RGB Variations
Color information
#904D01 (or 0x904D01) is known color: Saddle Brown. HEX triplet: 90, 4D and 01. RGB value is (144,77,1). Sum of RGB (Red+Green+Blue) = 144+77+1=222 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.86% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 144 - color contains mainly: red. Hex color #904D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #904D01 is #6FB2FE. Grayscale: #585858. Windows color (decimal): -7320319 or 85392. OLE color: 85392.
HSL color Cylindrical-coordinate representation of color #904D01: hue angle of 31.89º 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 #904D01 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 77 | 1 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.44 |
| HSL | 31.89º | 0.99% | 0.28% | - |
| HSV(B) | 31.89º | 0.99% | 0.56% | - |
| XYZ | 14.16 | 11.24 | 1.45 | - |
| YUV | 88.37 | 78.7 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 1 | 0 | 0.47 | 0.99 | 0.44 | 31.89 | 0.99 | 0.28 |
| Hex | 90 | 4D | 1 | 0 | 2F | 63 | 2C | 20 | 63 | 1C |
| Octal | 220 | 115 | 1 | 0 | 57 | 143 | 54 | 40 | 143 | 34 |
| Binary | 10010000 | 1001101 | 1 | 0 | 101111 | 1100011 | 101100 | 100000 | 1100011 | 11100 |
Color Harmonies of #904D01
Complementary color
Monochromatic Colors of #904D01
Black with #904D01
Text Example
Text Example
White with #904D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904D01; }
p { color: rgb(144,77,1); }
H1.HeaderClassName
{
color: #904D01;
}
.AnyTagClassName
{
color: #904D01;
}
</style>
background-color css
<style>
a { background-color: #904D01; }
a { background-color: rgb(144,77,1); }
div.DivClassName
{
background-color: #904D01;
}
.BgClassName
{
background-color: #904D01;
}
</style>
border-color css
<style>
span { border-color: #904D01; }
span { border-color: rgb(144,77,1); }
td.TdClassName
{
border-color: #904D01;
}
.TagClassName
{
border-color: #904D01;
}
</style>