Shades of Saddle Brown #903C04
Tints of Saddle Brown #903C04
RGB
CMYK
RGB Variations
Color information
#903C04 (or 0x903C04) is known color: Saddle Brown. HEX triplet: 90, 3C and 04. RGB value is (144,60,4). Sum of RGB (Red+Green+Blue) = 144+60+4=208 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.23% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 144 - color contains mainly: red. Hex color #903C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903C04 is #6FC3FB. Grayscale: #4F4F4F. Windows color (decimal): -7324668 or 277648. OLE color: 277648.
HSL color Cylindrical-coordinate representation of color #903C04: hue angle of 24º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #903C04 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 60 | 4 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.44 |
| HSL | 24º | 0.95% | 0.29% | - |
| HSV(B) | 24º | 0.97% | 0.56% | - |
| XYZ | 13.14 | 9.17 | 1.19 | - |
| YUV | 78.73 | 85.83 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 60 | 4 | 0 | 0.58 | 0.97 | 0.44 | 24 | 0.95 | 0.29 |
| Hex | 90 | 3C | 4 | 0 | 3A | 61 | 2C | 18 | 5F | 1D |
| Octal | 220 | 74 | 4 | 0 | 72 | 141 | 54 | 30 | 137 | 35 |
| Binary | 10010000 | 111100 | 100 | 0 | 111010 | 1100001 | 101100 | 11000 | 1011111 | 11101 |
Color Harmonies of #903C04
Complementary color
Monochromatic Colors of #903C04
Black with #903C04
Text Example
Text Example
White with #903C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903C04; }
p { color: rgb(144,60,4); }
H1.HeaderClassName
{
color: #903C04;
}
.AnyTagClassName
{
color: #903C04;
}
</style>
background-color css
<style>
a { background-color: #903C04; }
a { background-color: rgb(144,60,4); }
div.DivClassName
{
background-color: #903C04;
}
.BgClassName
{
background-color: #903C04;
}
</style>
border-color css
<style>
span { border-color: #903C04; }
span { border-color: rgb(144,60,4); }
td.TdClassName
{
border-color: #903C04;
}
.TagClassName
{
border-color: #903C04;
}
</style>