Shades of Saddle Brown #904101
Tints of Saddle Brown #904101
RGB
CMYK
RGB Variations
Color information
#904101 (or 0x904101) is known color: Saddle Brown. HEX triplet: 90, 41 and 01. RGB value is (144,65,1). Sum of RGB (Red+Green+Blue) = 144+65+1=210 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.57% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 144 - color contains mainly: red. Hex color #904101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904101 is #6FBEFE. Grayscale: #515151. Windows color (decimal): -7323391 or 82320. OLE color: 82320.
HSL color Cylindrical-coordinate representation of color #904101: hue angle of 26.85º 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 #904101 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.44 |
| HSL | 26.85º | 0.99% | 0.28% | - |
| HSV(B) | 26.85º | 0.99% | 0.56% | - |
| XYZ | 13.4 | 9.71 | 1.2 | - |
| YUV | 81.33 | 82.67 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 1 | 0 | 0.55 | 0.99 | 0.44 | 26.85 | 0.99 | 0.28 |
| Hex | 90 | 41 | 1 | 0 | 37 | 63 | 2C | 1B | 63 | 1C |
| Octal | 220 | 101 | 1 | 0 | 67 | 143 | 54 | 33 | 143 | 34 |
| Binary | 10010000 | 1000001 | 1 | 0 | 110111 | 1100011 | 101100 | 11011 | 1100011 | 11100 |
Color Harmonies of #904101
Complementary color
Monochromatic Colors of #904101
Black with #904101
Text Example
Text Example
White with #904101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904101; }
p { color: rgb(144,65,1); }
H1.HeaderClassName
{
color: #904101;
}
.AnyTagClassName
{
color: #904101;
}
</style>
background-color css
<style>
a { background-color: #904101; }
a { background-color: rgb(144,65,1); }
div.DivClassName
{
background-color: #904101;
}
.BgClassName
{
background-color: #904101;
}
</style>
border-color css
<style>
span { border-color: #904101; }
span { border-color: rgb(144,65,1); }
td.TdClassName
{
border-color: #904101;
}
.TagClassName
{
border-color: #904101;
}
</style>