Shades of Saddle Brown #883E18
Tints of Saddle Brown #883E18
RGB
CMYK
RGB Variations
Color information
#883E18 (or 0x883E18) is known color: Saddle Brown. HEX triplet: 88, 3E and 18. RGB value is (136,62,24). Sum of RGB (Red+Green+Blue) = 136+62+24=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #883E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883E18 is #77C1E7. Grayscale: #505050. Windows color (decimal): -7848424 or 1588872. OLE color: 1588872.
HSL color Cylindrical-coordinate representation of color #883E18: hue angle of 20.36º 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 #883E18 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 62 | 24 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.47 |
| HSL | 20.36º | 0.7% | 0.31% | - |
| HSV(B) | 20.36º | 0.82% | 0.53% | - |
| XYZ | 12.04 | 8.75 | 1.92 | - |
| YUV | 79.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 24 | 0 | 0.54 | 0.82 | 0.47 | 20.36 | 0.7 | 0.31 |
| Hex | 88 | 3E | 18 | 0 | 36 | 52 | 2F | 14 | 46 | 1F |
| Octal | 210 | 76 | 30 | 0 | 66 | 122 | 57 | 24 | 106 | 37 |
| Binary | 10001000 | 111110 | 11000 | 0 | 110110 | 1010010 | 101111 | 10100 | 1000110 | 11111 |
Color Harmonies of #883E18
Complementary color
Monochromatic Colors of #883E18
Black with #883E18
Text Example
Text Example
White with #883E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883E18; }
p { color: rgb(136,62,24); }
H1.HeaderClassName
{
color: #883E18;
}
.AnyTagClassName
{
color: #883E18;
}
</style>
background-color css
<style>
a { background-color: #883E18; }
a { background-color: rgb(136,62,24); }
div.DivClassName
{
background-color: #883E18;
}
.BgClassName
{
background-color: #883E18;
}
</style>
border-color css
<style>
span { border-color: #883E18; }
span { border-color: rgb(136,62,24); }
td.TdClassName
{
border-color: #883E18;
}
.TagClassName
{
border-color: #883E18;
}
</style>