Shades of Saddle Brown #883613
Tints of Saddle Brown #883613
RGB
CMYK
RGB Variations
Color information
#883613 (or 0x883613) is known color: Saddle Brown. HEX triplet: 88, 36 and 13. RGB value is (136,54,19). Sum of RGB (Red+Green+Blue) = 136+54+19=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #883613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883613 is #77C9EC. Grayscale: #4A4A4A. Windows color (decimal): -7850477 or 1259144. OLE color: 1259144.
HSL color Cylindrical-coordinate representation of color #883613: hue angle of 17.95º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #883613 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 54 | 19 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.47 |
| HSL | 17.95º | 0.75% | 0.3% | - |
| HSV(B) | 17.95º | 0.86% | 0.53% | - |
| XYZ | 11.59 | 7.92 | 1.53 | - |
| YUV | 74.53 | 96.67 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 19 | 0 | 0.60 | 0.86 | 0.47 | 17.95 | 0.75 | 0.3 |
| Hex | 88 | 36 | 13 | 0 | 3C | 56 | 2F | 12 | 4B | 1E |
| Octal | 210 | 66 | 23 | 0 | 74 | 126 | 57 | 22 | 113 | 36 |
| Binary | 10001000 | 110110 | 10011 | 0 | 111100 | 1010110 | 101111 | 10010 | 1001011 | 11110 |
Color Harmonies of #883613
Complementary color
Monochromatic Colors of #883613
Black with #883613
Text Example
Text Example
White with #883613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883613; }
p { color: rgb(136,54,19); }
H1.HeaderClassName
{
color: #883613;
}
.AnyTagClassName
{
color: #883613;
}
</style>
background-color css
<style>
a { background-color: #883613; }
a { background-color: rgb(136,54,19); }
div.DivClassName
{
background-color: #883613;
}
.BgClassName
{
background-color: #883613;
}
</style>
border-color css
<style>
span { border-color: #883613; }
span { border-color: rgb(136,54,19); }
td.TdClassName
{
border-color: #883613;
}
.TagClassName
{
border-color: #883613;
}
</style>