Shades of Saddle Brown #883C18
Tints of Saddle Brown #883C18
RGB
CMYK
RGB Variations
Color information
#883C18 (or 0x883C18) is known color: Saddle Brown. HEX triplet: 88, 3C and 18. RGB value is (136,60,24). Sum of RGB (Red+Green+Blue) = 136+60+24=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #883C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883C18 is #77C3E7. Grayscale: #4E4E4E. Windows color (decimal): -7848936 or 1588360. OLE color: 1588360.
HSL color Cylindrical-coordinate representation of color #883C18: hue angle of 19.29º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #883C18 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 24 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.47 |
| HSL | 19.29º | 0.7% | 0.31% | - |
| HSV(B) | 19.29º | 0.82% | 0.53% | - |
| XYZ | 11.93 | 8.53 | 1.88 | - |
| YUV | 78.62 | 97.18 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 24 | 0 | 0.56 | 0.82 | 0.47 | 19.29 | 0.7 | 0.31 |
| Hex | 88 | 3C | 18 | 0 | 38 | 52 | 2F | 13 | 46 | 1F |
| Octal | 210 | 74 | 30 | 0 | 70 | 122 | 57 | 23 | 106 | 37 |
| Binary | 10001000 | 111100 | 11000 | 0 | 111000 | 1010010 | 101111 | 10011 | 1000110 | 11111 |
Color Harmonies of #883C18
Complementary color
Monochromatic Colors of #883C18
Black with #883C18
Text Example
Text Example
White with #883C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C18; }
p { color: rgb(136,60,24); }
H1.HeaderClassName
{
color: #883C18;
}
.AnyTagClassName
{
color: #883C18;
}
</style>
background-color css
<style>
a { background-color: #883C18; }
a { background-color: rgb(136,60,24); }
div.DivClassName
{
background-color: #883C18;
}
.BgClassName
{
background-color: #883C18;
}
</style>
border-color css
<style>
span { border-color: #883C18; }
span { border-color: rgb(136,60,24); }
td.TdClassName
{
border-color: #883C18;
}
.TagClassName
{
border-color: #883C18;
}
</style>