Shades of Saddle Brown #883E1B
Tints of Saddle Brown #883E1B
RGB
CMYK
RGB Variations
Color information
#883E1B (or 0x883E1B) is known color: Saddle Brown. HEX triplet: 88, 3E and 1B. RGB value is (136,62,27). Sum of RGB (Red+Green+Blue) = 136+62+27=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #883E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883E1B is #77C1E4. Grayscale: #505050. Windows color (decimal): -7848421 or 1785480. OLE color: 1785480.
HSL color Cylindrical-coordinate representation of color #883E1B: hue angle of 19.27º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #883E1B is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 62 | 27 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.47 |
| HSL | 19.27º | 0.67% | 0.32% | - |
| HSV(B) | 19.27º | 0.8% | 0.53% | - |
| XYZ | 12.07 | 8.76 | 2.09 | - |
| YUV | 80.14 | 98.02 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 27 | 0 | 0.54 | 0.80 | 0.47 | 19.27 | 0.67 | 0.32 |
| Hex | 88 | 3E | 1B | 0 | 36 | 50 | 2F | 13 | 43 | 20 |
| Octal | 210 | 76 | 33 | 0 | 66 | 120 | 57 | 23 | 103 | 40 |
| Binary | 10001000 | 111110 | 11011 | 0 | 110110 | 1010000 | 101111 | 10011 | 1000011 | 100000 |
Color Harmonies of #883E1B
Complementary color
Monochromatic Colors of #883E1B
Black with #883E1B
Text Example
Text Example
White with #883E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883E1B; }
p { color: rgb(136,62,27); }
H1.HeaderClassName
{
color: #883E1B;
}
.AnyTagClassName
{
color: #883E1B;
}
</style>
background-color css
<style>
a { background-color: #883E1B; }
a { background-color: rgb(136,62,27); }
div.DivClassName
{
background-color: #883E1B;
}
.BgClassName
{
background-color: #883E1B;
}
</style>
border-color css
<style>
span { border-color: #883E1B; }
span { border-color: rgb(136,62,27); }
td.TdClassName
{
border-color: #883E1B;
}
.TagClassName
{
border-color: #883E1B;
}
</style>