Shades of Saddle Brown #883B05
Tints of Saddle Brown #883B05
RGB
CMYK
RGB Variations
Color information
#883B05 (or 0x883B05) is known color: Saddle Brown. HEX triplet: 88, 3B and 05. RGB value is (136,59,5). Sum of RGB (Red+Green+Blue) = 136+59+5=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #883B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883B05 is #77C4FA. Grayscale: #4C4C4C. Windows color (decimal): -7849211 or 342920. OLE color: 342920.
HSL color Cylindrical-coordinate representation of color #883B05: hue angle of 24.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #883B05 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 5 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.47 |
| HSL | 24.73º | 0.93% | 0.28% | - |
| HSV(B) | 24.73º | 0.96% | 0.53% | - |
| XYZ | 11.74 | 8.37 | 1.14 | - |
| YUV | 75.87 | 88.01 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 5 | 0 | 0.57 | 0.96 | 0.47 | 24.73 | 0.93 | 0.28 |
| Hex | 88 | 3B | 5 | 0 | 39 | 60 | 2F | 19 | 5D | 1C |
| Octal | 210 | 73 | 5 | 0 | 71 | 140 | 57 | 31 | 135 | 34 |
| Binary | 10001000 | 111011 | 101 | 0 | 111001 | 1100000 | 101111 | 11001 | 1011101 | 11100 |
Color Harmonies of #883B05
Complementary color
Monochromatic Colors of #883B05
Black with #883B05
Text Example
Text Example
White with #883B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B05; }
p { color: rgb(136,59,5); }
H1.HeaderClassName
{
color: #883B05;
}
.AnyTagClassName
{
color: #883B05;
}
</style>
background-color css
<style>
a { background-color: #883B05; }
a { background-color: rgb(136,59,5); }
div.DivClassName
{
background-color: #883B05;
}
.BgClassName
{
background-color: #883B05;
}
</style>
border-color css
<style>
span { border-color: #883B05; }
span { border-color: rgb(136,59,5); }
td.TdClassName
{
border-color: #883B05;
}
.TagClassName
{
border-color: #883B05;
}
</style>