Shades of Saddle Brown #883103
Tints of Saddle Brown #883103
RGB
CMYK
RGB Variations
Color information
#883103 (or 0x883103) is known color: Saddle Brown. HEX triplet: 88, 31 and 03. RGB value is (136,49,3). Sum of RGB (Red+Green+Blue) = 136+49+3=188 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.34% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 136 - color contains mainly: red. Hex color #883103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883103 is #77CEFC. Grayscale: #464646. Windows color (decimal): -7851773 or 209288. OLE color: 209288.
HSL color Cylindrical-coordinate representation of color #883103: hue angle of 20.75º 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 #883103 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 49 | 3 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.47 |
| HSL | 20.75º | 0.96% | 0.27% | - |
| HSV(B) | 20.75º | 0.98% | 0.53% | - |
| XYZ | 11.27 | 7.44 | 0.93 | - |
| YUV | 69.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 3 | 0 | 0.64 | 0.98 | 0.47 | 20.75 | 0.96 | 0.27 |
| Hex | 88 | 31 | 3 | 0 | 40 | 62 | 2F | 15 | 60 | 1B |
| Octal | 210 | 61 | 3 | 0 | 100 | 142 | 57 | 25 | 140 | 33 |
| Binary | 10001000 | 110001 | 11 | 0 | 1000000 | 1100010 | 101111 | 10101 | 1100000 | 11011 |
Color Harmonies of #883103
Complementary color
Monochromatic Colors of #883103
Black with #883103
Text Example
Text Example
White with #883103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883103; }
p { color: rgb(136,49,3); }
H1.HeaderClassName
{
color: #883103;
}
.AnyTagClassName
{
color: #883103;
}
</style>
background-color css
<style>
a { background-color: #883103; }
a { background-color: rgb(136,49,3); }
div.DivClassName
{
background-color: #883103;
}
.BgClassName
{
background-color: #883103;
}
</style>
border-color css
<style>
span { border-color: #883103; }
span { border-color: rgb(136,49,3); }
td.TdClassName
{
border-color: #883103;
}
.TagClassName
{
border-color: #883103;
}
</style>