Shades of Saddle Brown #883B0F
Tints of Saddle Brown #883B0F
RGB
CMYK
RGB Variations
Color information
#883B0F (or 0x883B0F) is known color: Saddle Brown. HEX triplet: 88, 3B and 0F. RGB value is (136,59,15). Sum of RGB (Red+Green+Blue) = 136+59+15=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #883B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883B0F is #77C4F0. Grayscale: #4D4D4D. Windows color (decimal): -7849201 or 998280. OLE color: 998280.
HSL color Cylindrical-coordinate representation of color #883B0F: hue angle of 21.82º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #883B0F is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 15 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.47 |
| HSL | 21.82º | 0.8% | 0.3% | - |
| HSV(B) | 21.82º | 0.89% | 0.53% | - |
| XYZ | 11.8 | 8.4 | 1.45 | - |
| YUV | 77.01 | 93.01 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 15 | 0 | 0.57 | 0.89 | 0.47 | 21.82 | 0.8 | 0.3 |
| Hex | 88 | 3B | F | 0 | 39 | 59 | 2F | 16 | 50 | 1E |
| Octal | 210 | 73 | 17 | 0 | 71 | 131 | 57 | 26 | 120 | 36 |
| Binary | 10001000 | 111011 | 1111 | 0 | 111001 | 1011001 | 101111 | 10110 | 1010000 | 11110 |
Color Harmonies of #883B0F
Complementary color
Monochromatic Colors of #883B0F
Black with #883B0F
Text Example
Text Example
White with #883B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B0F; }
p { color: rgb(136,59,15); }
H1.HeaderClassName
{
color: #883B0F;
}
.AnyTagClassName
{
color: #883B0F;
}
</style>
background-color css
<style>
a { background-color: #883B0F; }
a { background-color: rgb(136,59,15); }
div.DivClassName
{
background-color: #883B0F;
}
.BgClassName
{
background-color: #883B0F;
}
</style>
border-color css
<style>
span { border-color: #883B0F; }
span { border-color: rgb(136,59,15); }
td.TdClassName
{
border-color: #883B0F;
}
.TagClassName
{
border-color: #883B0F;
}
</style>