Shades of Saddle Brown #884D03
Tints of Saddle Brown #884D03
RGB
CMYK
RGB Variations
Color information
#884D03 (or 0x884D03) is known color: Saddle Brown. HEX triplet: 88, 4D and 03. RGB value is (136,77,3). Sum of RGB (Red+Green+Blue) = 136+77+3=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #884D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #884D03 is #77B2FC. Grayscale: #565656. Windows color (decimal): -7844605 or 216456. OLE color: 216456.
HSL color Cylindrical-coordinate representation of color #884D03: hue angle of 33.38º 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 #884D03 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 3 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.47 |
| HSL | 33.38º | 0.96% | 0.27% | - |
| HSV(B) | 33.38º | 0.98% | 0.53% | - |
| XYZ | 12.82 | 10.55 | 1.45 | - |
| YUV | 86.21 | 81.05 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 3 | 0 | 0.43 | 0.98 | 0.47 | 33.38 | 0.96 | 0.27 |
| Hex | 88 | 4D | 3 | 0 | 2B | 62 | 2F | 21 | 60 | 1B |
| Octal | 210 | 115 | 3 | 0 | 53 | 142 | 57 | 41 | 140 | 33 |
| Binary | 10001000 | 1001101 | 11 | 0 | 101011 | 1100010 | 101111 | 100001 | 1100000 | 11011 |
Color Harmonies of #884D03
Complementary color
Monochromatic Colors of #884D03
Black with #884D03
Text Example
Text Example
White with #884D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D03; }
p { color: rgb(136,77,3); }
H1.HeaderClassName
{
color: #884D03;
}
.AnyTagClassName
{
color: #884D03;
}
</style>
background-color css
<style>
a { background-color: #884D03; }
a { background-color: rgb(136,77,3); }
div.DivClassName
{
background-color: #884D03;
}
.BgClassName
{
background-color: #884D03;
}
</style>
border-color css
<style>
span { border-color: #884D03; }
span { border-color: rgb(136,77,3); }
td.TdClassName
{
border-color: #884D03;
}
.TagClassName
{
border-color: #884D03;
}
</style>