Shades of Saddle Brown #883C19
Tints of Saddle Brown #883C19
RGB
CMYK
RGB Variations
Color information
#883C19 (or 0x883C19) is known color: Saddle Brown. HEX triplet: 88, 3C and 19. RGB value is (136,60,25). Sum of RGB (Red+Green+Blue) = 136+60+25=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #883C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883C19 is #77C3E6. Grayscale: #4E4E4E. Windows color (decimal): -7848935 or 1653896. OLE color: 1653896.
HSL color Cylindrical-coordinate representation of color #883C19: hue angle of 18.92º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #883C19 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 25 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.47 |
| HSL | 18.92º | 0.69% | 0.32% | - |
| HSV(B) | 18.92º | 0.82% | 0.53% | - |
| XYZ | 11.94 | 8.54 | 1.94 | - |
| YUV | 78.73 | 97.68 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 25 | 0 | 0.56 | 0.82 | 0.47 | 18.92 | 0.69 | 0.32 |
| Hex | 88 | 3C | 19 | 0 | 38 | 52 | 2F | 13 | 45 | 20 |
| Octal | 210 | 74 | 31 | 0 | 70 | 122 | 57 | 23 | 105 | 40 |
| Binary | 10001000 | 111100 | 11001 | 0 | 111000 | 1010010 | 101111 | 10011 | 1000101 | 100000 |
Color Harmonies of #883C19
Complementary color
Monochromatic Colors of #883C19
Black with #883C19
Text Example
Text Example
White with #883C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C19; }
p { color: rgb(136,60,25); }
H1.HeaderClassName
{
color: #883C19;
}
.AnyTagClassName
{
color: #883C19;
}
</style>
background-color css
<style>
a { background-color: #883C19; }
a { background-color: rgb(136,60,25); }
div.DivClassName
{
background-color: #883C19;
}
.BgClassName
{
background-color: #883C19;
}
</style>
border-color css
<style>
span { border-color: #883C19; }
span { border-color: rgb(136,60,25); }
td.TdClassName
{
border-color: #883C19;
}
.TagClassName
{
border-color: #883C19;
}
</style>