Shades of Saddle Brown #904402
Tints of Saddle Brown #904402
RGB
CMYK
RGB Variations
Color information
#904402 (or 0x904402) is known color: Saddle Brown. HEX triplet: 90, 44 and 02. RGB value is (144,68,2). Sum of RGB (Red+Green+Blue) = 144+68+2=214 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.29% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 144 - color contains mainly: red. Hex color #904402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904402 is #6FBBFD. Grayscale: #535353. Windows color (decimal): -7322622 or 148624. OLE color: 148624.
HSL color Cylindrical-coordinate representation of color #904402: hue angle of 27.89º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #904402 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.44 |
| HSL | 27.89º | 0.97% | 0.29% | - |
| HSV(B) | 27.89º | 0.99% | 0.56% | - |
| XYZ | 13.58 | 10.07 | 1.29 | - |
| YUV | 83.2 | 82.18 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 2 | 0 | 0.53 | 0.99 | 0.44 | 27.89 | 0.97 | 0.29 |
| Hex | 90 | 44 | 2 | 0 | 35 | 63 | 2C | 1C | 61 | 1D |
| Octal | 220 | 104 | 2 | 0 | 65 | 143 | 54 | 34 | 141 | 35 |
| Binary | 10010000 | 1000100 | 10 | 0 | 110101 | 1100011 | 101100 | 11100 | 1100001 | 11101 |
Color Harmonies of #904402
Complementary color
Monochromatic Colors of #904402
Black with #904402
Text Example
Text Example
White with #904402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904402; }
p { color: rgb(144,68,2); }
H1.HeaderClassName
{
color: #904402;
}
.AnyTagClassName
{
color: #904402;
}
</style>
background-color css
<style>
a { background-color: #904402; }
a { background-color: rgb(144,68,2); }
div.DivClassName
{
background-color: #904402;
}
.BgClassName
{
background-color: #904402;
}
</style>
border-color css
<style>
span { border-color: #904402; }
span { border-color: rgb(144,68,2); }
td.TdClassName
{
border-color: #904402;
}
.TagClassName
{
border-color: #904402;
}
</style>