Shades of Saddle Brown #90431C
Tints of Saddle Brown #90431C
RGB
CMYK
RGB Variations
Color information
#90431C (or 0x90431C) is known color: Saddle Brown. HEX triplet: 90, 43 and 1C. RGB value is (144,67,28). Sum of RGB (Red+Green+Blue) = 144+67+28=239 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.25% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 144 - color contains mainly: red. Hex color #90431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90431C is #6FBCE3. Grayscale: #555555. Windows color (decimal): -7322852 or 1852304. OLE color: 1852304.
HSL color Cylindrical-coordinate representation of color #90431C: hue angle of 20.17º 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 #90431C is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 67 | 28 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.44 |
| HSL | 20.17º | 0.67% | 0.34% | - |
| HSV(B) | 20.17º | 0.81% | 0.56% | - |
| XYZ | 13.72 | 10.03 | 2.31 | - |
| YUV | 85.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 67 | 28 | 0 | 0.53 | 0.81 | 0.44 | 20.17 | 0.67 | 0.34 |
| Hex | 90 | 43 | 1C | 0 | 35 | 51 | 2C | 14 | 43 | 22 |
| Octal | 220 | 103 | 34 | 0 | 65 | 121 | 54 | 24 | 103 | 42 |
| Binary | 10010000 | 1000011 | 11100 | 0 | 110101 | 1010001 | 101100 | 10100 | 1000011 | 100010 |
Color Harmonies of #90431C
Complementary color
Monochromatic Colors of #90431C
Black with #90431C
Text Example
Text Example
White with #90431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90431C; }
p { color: rgb(144,67,28); }
H1.HeaderClassName
{
color: #90431C;
}
.AnyTagClassName
{
color: #90431C;
}
</style>
background-color css
<style>
a { background-color: #90431C; }
a { background-color: rgb(144,67,28); }
div.DivClassName
{
background-color: #90431C;
}
.BgClassName
{
background-color: #90431C;
}
</style>
border-color css
<style>
span { border-color: #90431C; }
span { border-color: rgb(144,67,28); }
td.TdClassName
{
border-color: #90431C;
}
.TagClassName
{
border-color: #90431C;
}
</style>