Shades of Saddle Brown #883208
Tints of Saddle Brown #883208
RGB
CMYK
RGB Variations
Color information
#883208 (or 0x883208) is known color: Saddle Brown. HEX triplet: 88, 32 and 08. RGB value is (136,50,8). Sum of RGB (Red+Green+Blue) = 136+50+8=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #883208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883208 is #77CDF7. Grayscale: #474747. Windows color (decimal): -7851512 or 537224. OLE color: 537224.
HSL color Cylindrical-coordinate representation of color #883208: hue angle of 19.69º 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 #883208 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 50 | 8 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.47 |
| HSL | 19.69º | 0.89% | 0.28% | - |
| HSV(B) | 19.69º | 0.94% | 0.53% | - |
| XYZ | 11.34 | 7.53 | 1.09 | - |
| YUV | 70.93 | 92.49 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 8 | 0 | 0.63 | 0.94 | 0.47 | 19.69 | 0.89 | 0.28 |
| Hex | 88 | 32 | 8 | 0 | 3F | 5E | 2F | 14 | 59 | 1C |
| Octal | 210 | 62 | 10 | 0 | 77 | 136 | 57 | 24 | 131 | 34 |
| Binary | 10001000 | 110010 | 1000 | 0 | 111111 | 1011110 | 101111 | 10100 | 1011001 | 11100 |
Color Harmonies of #883208
Complementary color
Monochromatic Colors of #883208
Black with #883208
Text Example
Text Example
White with #883208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883208; }
p { color: rgb(136,50,8); }
H1.HeaderClassName
{
color: #883208;
}
.AnyTagClassName
{
color: #883208;
}
</style>
background-color css
<style>
a { background-color: #883208; }
a { background-color: rgb(136,50,8); }
div.DivClassName
{
background-color: #883208;
}
.BgClassName
{
background-color: #883208;
}
</style>
border-color css
<style>
span { border-color: #883208; }
span { border-color: rgb(136,50,8); }
td.TdClassName
{
border-color: #883208;
}
.TagClassName
{
border-color: #883208;
}
</style>