Shades of Saddle Brown #90451E
Tints of Saddle Brown #90451E
RGB
CMYK
RGB Variations
Color information
#90451E (or 0x90451E) is known color: Saddle Brown. HEX triplet: 90, 45 and 1E. RGB value is (144,69,30). Sum of RGB (Red+Green+Blue) = 144+69+30=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #90451E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90451E is #6FBAE1. Grayscale: #575757. Windows color (decimal): -7322338 or 1983888. OLE color: 1983888.
HSL color Cylindrical-coordinate representation of color #90451E: hue angle of 20.53º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90451E is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 69 | 30 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.44 |
| HSL | 20.53º | 0.66% | 0.34% | - |
| HSV(B) | 20.53º | 0.79% | 0.56% | - |
| XYZ | 13.86 | 10.28 | 2.48 | - |
| YUV | 86.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 69 | 30 | 0 | 0.52 | 0.79 | 0.44 | 20.53 | 0.66 | 0.34 |
| Hex | 90 | 45 | 1E | 0 | 34 | 4F | 2C | 15 | 42 | 22 |
| Octal | 220 | 105 | 36 | 0 | 64 | 117 | 54 | 25 | 102 | 42 |
| Binary | 10010000 | 1000101 | 11110 | 0 | 110100 | 1001111 | 101100 | 10101 | 1000010 | 100010 |
Color Harmonies of #90451E
Complementary color
Monochromatic Colors of #90451E
Black with #90451E
Text Example
Text Example
White with #90451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90451E; }
p { color: rgb(144,69,30); }
H1.HeaderClassName
{
color: #90451E;
}
.AnyTagClassName
{
color: #90451E;
}
</style>
background-color css
<style>
a { background-color: #90451E; }
a { background-color: rgb(144,69,30); }
div.DivClassName
{
background-color: #90451E;
}
.BgClassName
{
background-color: #90451E;
}
</style>
border-color css
<style>
span { border-color: #90451E; }
span { border-color: rgb(144,69,30); }
td.TdClassName
{
border-color: #90451E;
}
.TagClassName
{
border-color: #90451E;
}
</style>