Shades of Saddle Brown #88490A
Tints of Saddle Brown #88490A
RGB
CMYK
RGB Variations
Color information
#88490A (or 0x88490A) is known color: Saddle Brown. HEX triplet: 88, 49 and 0A. RGB value is (136,73,10). Sum of RGB (Red+Green+Blue) = 136+73+10=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #88490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88490A is #77B6F5. Grayscale: #545454. Windows color (decimal): -7845622 or 674184. OLE color: 674184.
HSL color Cylindrical-coordinate representation of color #88490A: hue angle of 30º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88490A is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 73 | 10 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.47 |
| HSL | 30º | 0.86% | 0.29% | - |
| HSV(B) | 30º | 0.93% | 0.53% | - |
| XYZ | 12.59 | 10.02 | 1.56 | - |
| YUV | 84.66 | 85.87 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 10 | 0 | 0.46 | 0.93 | 0.47 | 30 | 0.86 | 0.29 |
| Hex | 88 | 49 | A | 0 | 2E | 5D | 2F | 1E | 56 | 1D |
| Octal | 210 | 111 | 12 | 0 | 56 | 135 | 57 | 36 | 126 | 35 |
| Binary | 10001000 | 1001001 | 1010 | 0 | 101110 | 1011101 | 101111 | 11110 | 1010110 | 11101 |
Color Harmonies of #88490A
Complementary color
Monochromatic Colors of #88490A
Black with #88490A
Text Example
Text Example
White with #88490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88490A; }
p { color: rgb(136,73,10); }
H1.HeaderClassName
{
color: #88490A;
}
.AnyTagClassName
{
color: #88490A;
}
</style>
background-color css
<style>
a { background-color: #88490A; }
a { background-color: rgb(136,73,10); }
div.DivClassName
{
background-color: #88490A;
}
.BgClassName
{
background-color: #88490A;
}
</style>
border-color css
<style>
span { border-color: #88490A; }
span { border-color: rgb(136,73,10); }
td.TdClassName
{
border-color: #88490A;
}
.TagClassName
{
border-color: #88490A;
}
</style>