Shades of Saddle Brown #883B00
Tints of Saddle Brown #883B00
RGB
CMYK
RGB Variations
Color information
#883B00 (or 0x883B00) is known color: Saddle Brown. HEX triplet: 88, 3B and 00. RGB value is (136,59,0). Sum of RGB (Red+Green+Blue) = 136+59+0=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #883B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883B00 is #77C4FF. Grayscale: #4B4B4B. Windows color (decimal): -7849216 or 15240. OLE color: 15240.
HSL color Cylindrical-coordinate representation of color #883B00: hue angle of 26.03º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #883B00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.47 |
| HSL | 26.03º | 1% | 0.27% | - |
| HSV(B) | 26.03º | 1% | 0.53% | - |
| XYZ | 11.72 | 8.36 | 1 | - |
| YUV | 75.3 | 85.51 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 0 | 0 | 0.57 | 1 | 0.47 | 26.03 | 1 | 0.27 |
| Hex | 88 | 3B | 0 | 0 | 39 | 64 | 2F | 1A | 64 | 1B |
| Octal | 210 | 73 | 0 | 0 | 71 | 144 | 57 | 32 | 144 | 33 |
| Binary | 10001000 | 111011 | 0 | 0 | 111001 | 1100100 | 101111 | 11010 | 1100100 | 11011 |
Color Harmonies of #883B00
Complementary color
Monochromatic Colors of #883B00
Black with #883B00
Text Example
Text Example
White with #883B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B00; }
p { color: rgb(136,59,0); }
H1.HeaderClassName
{
color: #883B00;
}
.AnyTagClassName
{
color: #883B00;
}
</style>
background-color css
<style>
a { background-color: #883B00; }
a { background-color: rgb(136,59,0); }
div.DivClassName
{
background-color: #883B00;
}
.BgClassName
{
background-color: #883B00;
}
</style>
border-color css
<style>
span { border-color: #883B00; }
span { border-color: rgb(136,59,0); }
td.TdClassName
{
border-color: #883B00;
}
.TagClassName
{
border-color: #883B00;
}
</style>