Shades of Saddle Brown #883D03
Tints of Saddle Brown #883D03
RGB
CMYK
RGB Variations
Color information
#883D03 (or 0x883D03) is known color: Saddle Brown. HEX triplet: 88, 3D and 03. RGB value is (136,61,3). Sum of RGB (Red+Green+Blue) = 136+61+3=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #883D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883D03 is #77C2FC. Grayscale: #4D4D4D. Windows color (decimal): -7848701 or 212360. OLE color: 212360.
HSL color Cylindrical-coordinate representation of color #883D03: hue angle of 26.17º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #883D03 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 3 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.47 |
| HSL | 26.17º | 0.96% | 0.27% | - |
| HSV(B) | 26.17º | 0.98% | 0.53% | - |
| XYZ | 11.84 | 8.58 | 1.12 | - |
| YUV | 76.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 3 | 0 | 0.55 | 0.98 | 0.47 | 26.17 | 0.96 | 0.27 |
| Hex | 88 | 3D | 3 | 0 | 37 | 62 | 2F | 1A | 60 | 1B |
| Octal | 210 | 75 | 3 | 0 | 67 | 142 | 57 | 32 | 140 | 33 |
| Binary | 10001000 | 111101 | 11 | 0 | 110111 | 1100010 | 101111 | 11010 | 1100000 | 11011 |
Color Harmonies of #883D03
Complementary color
Monochromatic Colors of #883D03
Black with #883D03
Text Example
Text Example
White with #883D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D03; }
p { color: rgb(136,61,3); }
H1.HeaderClassName
{
color: #883D03;
}
.AnyTagClassName
{
color: #883D03;
}
</style>
background-color css
<style>
a { background-color: #883D03; }
a { background-color: rgb(136,61,3); }
div.DivClassName
{
background-color: #883D03;
}
.BgClassName
{
background-color: #883D03;
}
</style>
border-color css
<style>
span { border-color: #883D03; }
span { border-color: rgb(136,61,3); }
td.TdClassName
{
border-color: #883D03;
}
.TagClassName
{
border-color: #883D03;
}
</style>