Shades of Saddle Brown #904501
Tints of Saddle Brown #904501
RGB
CMYK
RGB Variations
Color information
#904501 (or 0x904501) is known color: Saddle Brown. HEX triplet: 90, 45 and 01. RGB value is (144,69,1). Sum of RGB (Red+Green+Blue) = 144+69+1=214 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.29% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 144 - color contains mainly: red. Hex color #904501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904501 is #6FBAFE. Grayscale: #545454. Windows color (decimal): -7322367 or 83344. OLE color: 83344.
HSL color Cylindrical-coordinate representation of color #904501: hue angle of 28.53º 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 #904501 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 69 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.44 |
| HSL | 28.53º | 0.99% | 0.28% | - |
| HSV(B) | 28.53º | 0.99% | 0.56% | - |
| XYZ | 13.64 | 10.19 | 1.28 | - |
| YUV | 83.67 | 81.35 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 69 | 1 | 0 | 0.52 | 0.99 | 0.44 | 28.53 | 0.99 | 0.28 |
| Hex | 90 | 45 | 1 | 0 | 34 | 63 | 2C | 1D | 63 | 1C |
| Octal | 220 | 105 | 1 | 0 | 64 | 143 | 54 | 35 | 143 | 34 |
| Binary | 10010000 | 1000101 | 1 | 0 | 110100 | 1100011 | 101100 | 11101 | 1100011 | 11100 |
Color Harmonies of #904501
Complementary color
Monochromatic Colors of #904501
Black with #904501
Text Example
Text Example
White with #904501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904501; }
p { color: rgb(144,69,1); }
H1.HeaderClassName
{
color: #904501;
}
.AnyTagClassName
{
color: #904501;
}
</style>
background-color css
<style>
a { background-color: #904501; }
a { background-color: rgb(144,69,1); }
div.DivClassName
{
background-color: #904501;
}
.BgClassName
{
background-color: #904501;
}
</style>
border-color css
<style>
span { border-color: #904501; }
span { border-color: rgb(144,69,1); }
td.TdClassName
{
border-color: #904501;
}
.TagClassName
{
border-color: #904501;
}
</style>