Shades of Saddle Brown #90411C
Tints of Saddle Brown #90411C
RGB
CMYK
RGB Variations
Color information
#90411C (or 0x90411C) is known color: Saddle Brown. HEX triplet: 90, 41 and 1C. RGB value is (144,65,28). Sum of RGB (Red+Green+Blue) = 144+65+28=237 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.76% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 144 - color contains mainly: red. Hex color #90411C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90411C is #6FBEE3. Grayscale: #545454. Windows color (decimal): -7323364 or 1851792. OLE color: 1851792.
HSL color Cylindrical-coordinate representation of color #90411C: hue angle of 19.14º 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 #90411C is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 28 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.44 |
| HSL | 19.14º | 0.67% | 0.34% | - |
| HSV(B) | 19.14º | 0.81% | 0.56% | - |
| XYZ | 13.6 | 9.79 | 2.27 | - |
| YUV | 84.4 | 96.17 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 28 | 0 | 0.55 | 0.81 | 0.44 | 19.14 | 0.67 | 0.34 |
| Hex | 90 | 41 | 1C | 0 | 37 | 51 | 2C | 13 | 43 | 22 |
| Octal | 220 | 101 | 34 | 0 | 67 | 121 | 54 | 23 | 103 | 42 |
| Binary | 10010000 | 1000001 | 11100 | 0 | 110111 | 1010001 | 101100 | 10011 | 1000011 | 100010 |
Color Harmonies of #90411C
Complementary color
Monochromatic Colors of #90411C
Black with #90411C
Text Example
Text Example
White with #90411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90411C; }
p { color: rgb(144,65,28); }
H1.HeaderClassName
{
color: #90411C;
}
.AnyTagClassName
{
color: #90411C;
}
</style>
background-color css
<style>
a { background-color: #90411C; }
a { background-color: rgb(144,65,28); }
div.DivClassName
{
background-color: #90411C;
}
.BgClassName
{
background-color: #90411C;
}
</style>
border-color css
<style>
span { border-color: #90411C; }
span { border-color: rgb(144,65,28); }
td.TdClassName
{
border-color: #90411C;
}
.TagClassName
{
border-color: #90411C;
}
</style>