Shades of Saddle Brown #90481C
Tints of Saddle Brown #90481C
RGB
CMYK
RGB Variations
Color information
#90481C (or 0x90481C) is known color: Saddle Brown. HEX triplet: 90, 48 and 1C. RGB value is (144,72,28). Sum of RGB (Red+Green+Blue) = 144+72+28=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #90481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90481C is #6FB7E3. Grayscale: #585858. Windows color (decimal): -7321572 or 1853584. OLE color: 1853584.
HSL color Cylindrical-coordinate representation of color #90481C: hue angle of 22.76º 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 #90481C is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 72 | 28 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.44 |
| HSL | 22.76º | 0.67% | 0.34% | - |
| HSV(B) | 22.76º | 0.81% | 0.56% | - |
| XYZ | 14.03 | 10.65 | 2.41 | - |
| YUV | 88.51 | 93.85 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 72 | 28 | 0 | 0.50 | 0.81 | 0.44 | 22.76 | 0.67 | 0.34 |
| Hex | 90 | 48 | 1C | 0 | 32 | 51 | 2C | 17 | 43 | 22 |
| Octal | 220 | 110 | 34 | 0 | 62 | 121 | 54 | 27 | 103 | 42 |
| Binary | 10010000 | 1001000 | 11100 | 0 | 110010 | 1010001 | 101100 | 10111 | 1000011 | 100010 |
Color Harmonies of #90481C
Complementary color
Monochromatic Colors of #90481C
Black with #90481C
Text Example
Text Example
White with #90481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90481C; }
p { color: rgb(144,72,28); }
H1.HeaderClassName
{
color: #90481C;
}
.AnyTagClassName
{
color: #90481C;
}
</style>
background-color css
<style>
a { background-color: #90481C; }
a { background-color: rgb(144,72,28); }
div.DivClassName
{
background-color: #90481C;
}
.BgClassName
{
background-color: #90481C;
}
</style>
border-color css
<style>
span { border-color: #90481C; }
span { border-color: rgb(144,72,28); }
td.TdClassName
{
border-color: #90481C;
}
.TagClassName
{
border-color: #90481C;
}
</style>