Shades of Saddle Brown #883B18
Tints of Saddle Brown #883B18
RGB
CMYK
RGB Variations
Color information
#883B18 (or 0x883B18) is known color: Saddle Brown. HEX triplet: 88, 3B and 18. RGB value is (136,59,24). Sum of RGB (Red+Green+Blue) = 136+59+24=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #883B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883B18 is #77C4E7. Grayscale: #4E4E4E. Windows color (decimal): -7849192 or 1588104. OLE color: 1588104.
HSL color Cylindrical-coordinate representation of color #883B18: hue angle of 18.75º 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 #883B18 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 24 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.47 |
| HSL | 18.75º | 0.7% | 0.31% | - |
| HSV(B) | 18.75º | 0.82% | 0.53% | - |
| XYZ | 11.88 | 8.43 | 1.86 | - |
| YUV | 78.03 | 97.51 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 24 | 0 | 0.57 | 0.82 | 0.47 | 18.75 | 0.7 | 0.31 |
| Hex | 88 | 3B | 18 | 0 | 39 | 52 | 2F | 13 | 46 | 1F |
| Octal | 210 | 73 | 30 | 0 | 71 | 122 | 57 | 23 | 106 | 37 |
| Binary | 10001000 | 111011 | 11000 | 0 | 111001 | 1010010 | 101111 | 10011 | 1000110 | 11111 |
Color Harmonies of #883B18
Complementary color
Monochromatic Colors of #883B18
Black with #883B18
Text Example
Text Example
White with #883B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B18; }
p { color: rgb(136,59,24); }
H1.HeaderClassName
{
color: #883B18;
}
.AnyTagClassName
{
color: #883B18;
}
</style>
background-color css
<style>
a { background-color: #883B18; }
a { background-color: rgb(136,59,24); }
div.DivClassName
{
background-color: #883B18;
}
.BgClassName
{
background-color: #883B18;
}
</style>
border-color css
<style>
span { border-color: #883B18; }
span { border-color: rgb(136,59,24); }
td.TdClassName
{
border-color: #883B18;
}
.TagClassName
{
border-color: #883B18;
}
</style>