Shades of Saddle Brown #903802
Tints of Saddle Brown #903802
RGB
CMYK
RGB Variations
Color information
#903802 (or 0x903802) is known color: Saddle Brown. HEX triplet: 90, 38 and 02. RGB value is (144,56,2). Sum of RGB (Red+Green+Blue) = 144+56+2=202 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.29% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 144 - color contains mainly: red. Hex color #903802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903802 is #6FC7FD. Grayscale: #4C4C4C. Windows color (decimal): -7325694 or 145552. OLE color: 145552.
HSL color Cylindrical-coordinate representation of color #903802: hue angle of 22.82º 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 #903802 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 56 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.44 |
| HSL | 22.82º | 0.97% | 0.29% | - |
| HSV(B) | 22.82º | 0.99% | 0.56% | - |
| XYZ | 12.93 | 8.76 | 1.07 | - |
| YUV | 76.16 | 86.15 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 2 | 0 | 0.61 | 0.99 | 0.44 | 22.82 | 0.97 | 0.29 |
| Hex | 90 | 38 | 2 | 0 | 3D | 63 | 2C | 17 | 61 | 1D |
| Octal | 220 | 70 | 2 | 0 | 75 | 143 | 54 | 27 | 141 | 35 |
| Binary | 10010000 | 111000 | 10 | 0 | 111101 | 1100011 | 101100 | 10111 | 1100001 | 11101 |
Color Harmonies of #903802
Complementary color
Monochromatic Colors of #903802
Black with #903802
Text Example
Text Example
White with #903802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903802; }
p { color: rgb(144,56,2); }
H1.HeaderClassName
{
color: #903802;
}
.AnyTagClassName
{
color: #903802;
}
</style>
background-color css
<style>
a { background-color: #903802; }
a { background-color: rgb(144,56,2); }
div.DivClassName
{
background-color: #903802;
}
.BgClassName
{
background-color: #903802;
}
</style>
border-color css
<style>
span { border-color: #903802; }
span { border-color: rgb(144,56,2); }
td.TdClassName
{
border-color: #903802;
}
.TagClassName
{
border-color: #903802;
}
</style>