Shades of Saddle Brown #883308
Tints of Saddle Brown #883308
RGB
CMYK
RGB Variations
Color information
#883308 (or 0x883308) is known color: Saddle Brown. HEX triplet: 88, 33 and 08. RGB value is (136,51,8). Sum of RGB (Red+Green+Blue) = 136+51+8=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #883308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883308 is #77CCF7. Grayscale: #474747. Windows color (decimal): -7851256 or 537480. OLE color: 537480.
HSL color Cylindrical-coordinate representation of color #883308: hue angle of 20.16º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #883308 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 51 | 8 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.47 |
| HSL | 20.16º | 0.89% | 0.28% | - |
| HSV(B) | 20.16º | 0.94% | 0.53% | - |
| XYZ | 11.38 | 7.62 | 1.1 | - |
| YUV | 71.51 | 92.16 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 8 | 0 | 0.62 | 0.94 | 0.47 | 20.16 | 0.89 | 0.28 |
| Hex | 88 | 33 | 8 | 0 | 3E | 5E | 2F | 14 | 59 | 1C |
| Octal | 210 | 63 | 10 | 0 | 76 | 136 | 57 | 24 | 131 | 34 |
| Binary | 10001000 | 110011 | 1000 | 0 | 111110 | 1011110 | 101111 | 10100 | 1011001 | 11100 |
Color Harmonies of #883308
Complementary color
Monochromatic Colors of #883308
Black with #883308
Text Example
Text Example
White with #883308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883308; }
p { color: rgb(136,51,8); }
H1.HeaderClassName
{
color: #883308;
}
.AnyTagClassName
{
color: #883308;
}
</style>
background-color css
<style>
a { background-color: #883308; }
a { background-color: rgb(136,51,8); }
div.DivClassName
{
background-color: #883308;
}
.BgClassName
{
background-color: #883308;
}
</style>
border-color css
<style>
span { border-color: #883308; }
span { border-color: rgb(136,51,8); }
td.TdClassName
{
border-color: #883308;
}
.TagClassName
{
border-color: #883308;
}
</style>