Shades of Saddle Brown #882D0A
Tints of Saddle Brown #882D0A
RGB
CMYK
RGB Variations
Color information
#882D0A (or 0x882D0A) is known color: Saddle Brown. HEX triplet: 88, 2D and 0A. RGB value is (136,45,10). Sum of RGB (Red+Green+Blue) = 136+45+10=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #882D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882D0A is #77D2F5. Grayscale: #444444. Windows color (decimal): -7852790 or 667016. OLE color: 667016.
HSL color Cylindrical-coordinate representation of color #882D0A: hue angle of 16.67º 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 #882D0A is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 10 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.47 |
| HSL | 16.67º | 0.86% | 0.29% | - |
| HSV(B) | 16.67º | 0.93% | 0.53% | - |
| XYZ | 11.15 | 7.13 | 1.08 | - |
| YUV | 68.22 | 95.15 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 10 | 0 | 0.67 | 0.93 | 0.47 | 16.67 | 0.86 | 0.29 |
| Hex | 88 | 2D | A | 0 | 43 | 5D | 2F | 11 | 56 | 1D |
| Octal | 210 | 55 | 12 | 0 | 103 | 135 | 57 | 21 | 126 | 35 |
| Binary | 10001000 | 101101 | 1010 | 0 | 1000011 | 1011101 | 101111 | 10001 | 1010110 | 11101 |
Color Harmonies of #882D0A
Complementary color
Monochromatic Colors of #882D0A
Black with #882D0A
Text Example
Text Example
White with #882D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D0A; }
p { color: rgb(136,45,10); }
H1.HeaderClassName
{
color: #882D0A;
}
.AnyTagClassName
{
color: #882D0A;
}
</style>
background-color css
<style>
a { background-color: #882D0A; }
a { background-color: rgb(136,45,10); }
div.DivClassName
{
background-color: #882D0A;
}
.BgClassName
{
background-color: #882D0A;
}
</style>
border-color css
<style>
span { border-color: #882D0A; }
span { border-color: rgb(136,45,10); }
td.TdClassName
{
border-color: #882D0A;
}
.TagClassName
{
border-color: #882D0A;
}
</style>