Shades of Saddle Brown #883C0A
Tints of Saddle Brown #883C0A
RGB
CMYK
RGB Variations
Color information
#883C0A (or 0x883C0A) is known color: Saddle Brown. HEX triplet: 88, 3C and 0A. RGB value is (136,60,10). Sum of RGB (Red+Green+Blue) = 136+60+10=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #883C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883C0A is #77C3F5. Grayscale: #4D4D4D. Windows color (decimal): -7848950 or 670856. OLE color: 670856.
HSL color Cylindrical-coordinate representation of color #883C0A: hue angle of 23.81º 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 #883C0A is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 10 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.47 |
| HSL | 23.81º | 0.86% | 0.29% | - |
| HSV(B) | 23.81º | 0.93% | 0.53% | - |
| XYZ | 11.82 | 8.49 | 1.3 | - |
| YUV | 77.02 | 90.18 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 10 | 0 | 0.56 | 0.93 | 0.47 | 23.81 | 0.86 | 0.29 |
| Hex | 88 | 3C | A | 0 | 38 | 5D | 2F | 18 | 56 | 1D |
| Octal | 210 | 74 | 12 | 0 | 70 | 135 | 57 | 30 | 126 | 35 |
| Binary | 10001000 | 111100 | 1010 | 0 | 111000 | 1011101 | 101111 | 11000 | 1010110 | 11101 |
Color Harmonies of #883C0A
Complementary color
Monochromatic Colors of #883C0A
Black with #883C0A
Text Example
Text Example
White with #883C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C0A; }
p { color: rgb(136,60,10); }
H1.HeaderClassName
{
color: #883C0A;
}
.AnyTagClassName
{
color: #883C0A;
}
</style>
background-color css
<style>
a { background-color: #883C0A; }
a { background-color: rgb(136,60,10); }
div.DivClassName
{
background-color: #883C0A;
}
.BgClassName
{
background-color: #883C0A;
}
</style>
border-color css
<style>
span { border-color: #883C0A; }
span { border-color: rgb(136,60,10); }
td.TdClassName
{
border-color: #883C0A;
}
.TagClassName
{
border-color: #883C0A;
}
</style>