Shades of Saddle Brown #904E1B
Tints of Saddle Brown #904E1B
RGB
CMYK
RGB Variations
Color information
#904E1B (or 0x904E1B) is known color: Saddle Brown. HEX triplet: 90, 4E and 1B. RGB value is (144,78,27). Sum of RGB (Red+Green+Blue) = 144+78+27=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #904E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #904E1B is #6FB1E4. Grayscale: #5C5C5C. Windows color (decimal): -7320037 or 1789584. OLE color: 1789584.
HSL color Cylindrical-coordinate representation of color #904E1B: hue angle of 26.15º degrees, saturation: 0.68, 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 #904E1B is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 27 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.44 |
| HSL | 26.15º | 0.68% | 0.34% | - |
| HSV(B) | 26.15º | 0.81% | 0.56% | - |
| XYZ | 14.42 | 11.46 | 2.49 | - |
| YUV | 91.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 27 | 0 | 0.46 | 0.81 | 0.44 | 26.15 | 0.68 | 0.34 |
| Hex | 90 | 4E | 1B | 0 | 2E | 51 | 2C | 1A | 44 | 22 |
| Octal | 220 | 116 | 33 | 0 | 56 | 121 | 54 | 32 | 104 | 42 |
| Binary | 10010000 | 1001110 | 11011 | 0 | 101110 | 1010001 | 101100 | 11010 | 1000100 | 100010 |
Color Harmonies of #904E1B
Complementary color
Monochromatic Colors of #904E1B
Black with #904E1B
Text Example
Text Example
White with #904E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E1B; }
p { color: rgb(144,78,27); }
H1.HeaderClassName
{
color: #904E1B;
}
.AnyTagClassName
{
color: #904E1B;
}
</style>
background-color css
<style>
a { background-color: #904E1B; }
a { background-color: rgb(144,78,27); }
div.DivClassName
{
background-color: #904E1B;
}
.BgClassName
{
background-color: #904E1B;
}
</style>
border-color css
<style>
span { border-color: #904E1B; }
span { border-color: rgb(144,78,27); }
td.TdClassName
{
border-color: #904E1B;
}
.TagClassName
{
border-color: #904E1B;
}
</style>