Shades of Saddle Brown #904C1C
Tints of Saddle Brown #904C1C
RGB
CMYK
RGB Variations
Color information
#904C1C (or 0x904C1C) is known color: Saddle Brown. HEX triplet: 90, 4C and 1C. RGB value is (144,76,28). Sum of RGB (Red+Green+Blue) = 144+76+28=248 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.06% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 144 - color contains mainly: red. Hex color #904C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904C1C is #6FB3E3. Grayscale: #5B5B5B. Windows color (decimal): -7320548 or 1854608. OLE color: 1854608.
HSL color Cylindrical-coordinate representation of color #904C1C: hue angle of 24.83º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #904C1C is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 76 | 28 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.44 |
| HSL | 24.83º | 0.67% | 0.34% | - |
| HSV(B) | 24.83º | 0.81% | 0.56% | - |
| XYZ | 14.3 | 11.18 | 2.5 | - |
| YUV | 90.86 | 92.53 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 28 | 0 | 0.47 | 0.81 | 0.44 | 24.83 | 0.67 | 0.34 |
| Hex | 90 | 4C | 1C | 0 | 2F | 51 | 2C | 19 | 43 | 22 |
| Octal | 220 | 114 | 34 | 0 | 57 | 121 | 54 | 31 | 103 | 42 |
| Binary | 10010000 | 1001100 | 11100 | 0 | 101111 | 1010001 | 101100 | 11001 | 1000011 | 100010 |
Color Harmonies of #904C1C
Complementary color
Monochromatic Colors of #904C1C
Black with #904C1C
Text Example
Text Example
White with #904C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904C1C; }
p { color: rgb(144,76,28); }
H1.HeaderClassName
{
color: #904C1C;
}
.AnyTagClassName
{
color: #904C1C;
}
</style>
background-color css
<style>
a { background-color: #904C1C; }
a { background-color: rgb(144,76,28); }
div.DivClassName
{
background-color: #904C1C;
}
.BgClassName
{
background-color: #904C1C;
}
</style>
border-color css
<style>
span { border-color: #904C1C; }
span { border-color: rgb(144,76,28); }
td.TdClassName
{
border-color: #904C1C;
}
.TagClassName
{
border-color: #904C1C;
}
</style>