Shades of Saddle Brown #883F0A
Tints of Saddle Brown #883F0A
RGB
CMYK
RGB Variations
Color information
#883F0A (or 0x883F0A) is known color: Saddle Brown. HEX triplet: 88, 3F and 0A. RGB value is (136,63,10). Sum of RGB (Red+Green+Blue) = 136+63+10=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #883F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883F0A is #77C0F5. Grayscale: #4F4F4F. Windows color (decimal): -7848182 or 671624. OLE color: 671624.
HSL color Cylindrical-coordinate representation of color #883F0A: hue angle of 25.24º 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 #883F0A is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 10 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.47 |
| HSL | 25.24º | 0.86% | 0.29% | - |
| HSV(B) | 25.24º | 0.93% | 0.53% | - |
| XYZ | 11.99 | 8.81 | 1.36 | - |
| YUV | 78.79 | 89.18 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 10 | 0 | 0.54 | 0.93 | 0.47 | 25.24 | 0.86 | 0.29 |
| Hex | 88 | 3F | A | 0 | 36 | 5D | 2F | 19 | 56 | 1D |
| Octal | 210 | 77 | 12 | 0 | 66 | 135 | 57 | 31 | 126 | 35 |
| Binary | 10001000 | 111111 | 1010 | 0 | 110110 | 1011101 | 101111 | 11001 | 1010110 | 11101 |
Color Harmonies of #883F0A
Complementary color
Monochromatic Colors of #883F0A
Black with #883F0A
Text Example
Text Example
White with #883F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F0A; }
p { color: rgb(136,63,10); }
H1.HeaderClassName
{
color: #883F0A;
}
.AnyTagClassName
{
color: #883F0A;
}
</style>
background-color css
<style>
a { background-color: #883F0A; }
a { background-color: rgb(136,63,10); }
div.DivClassName
{
background-color: #883F0A;
}
.BgClassName
{
background-color: #883F0A;
}
</style>
border-color css
<style>
span { border-color: #883F0A; }
span { border-color: rgb(136,63,10); }
td.TdClassName
{
border-color: #883F0A;
}
.TagClassName
{
border-color: #883F0A;
}
</style>