Shades of Saddle Brown #883204
Tints of Saddle Brown #883204
RGB
CMYK
RGB Variations
Color information
#883204 (or 0x883204) is known color: Saddle Brown. HEX triplet: 88, 32 and 04. RGB value is (136,50,4). Sum of RGB (Red+Green+Blue) = 136+50+4=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #883204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883204 is #77CDFB. Grayscale: #464646. Windows color (decimal): -7851516 or 275080. OLE color: 275080.
HSL color Cylindrical-coordinate representation of color #883204: hue angle of 20.91º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #883204 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 50 | 4 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.47 |
| HSL | 20.91º | 0.94% | 0.27% | - |
| HSV(B) | 20.91º | 0.97% | 0.53% | - |
| XYZ | 11.32 | 7.52 | 0.97 | - |
| YUV | 70.47 | 90.49 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 4 | 0 | 0.63 | 0.97 | 0.47 | 20.91 | 0.94 | 0.27 |
| Hex | 88 | 32 | 4 | 0 | 3F | 61 | 2F | 15 | 5E | 1B |
| Octal | 210 | 62 | 4 | 0 | 77 | 141 | 57 | 25 | 136 | 33 |
| Binary | 10001000 | 110010 | 100 | 0 | 111111 | 1100001 | 101111 | 10101 | 1011110 | 11011 |
Color Harmonies of #883204
Complementary color
Monochromatic Colors of #883204
Black with #883204
Text Example
Text Example
White with #883204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883204; }
p { color: rgb(136,50,4); }
H1.HeaderClassName
{
color: #883204;
}
.AnyTagClassName
{
color: #883204;
}
</style>
background-color css
<style>
a { background-color: #883204; }
a { background-color: rgb(136,50,4); }
div.DivClassName
{
background-color: #883204;
}
.BgClassName
{
background-color: #883204;
}
</style>
border-color css
<style>
span { border-color: #883204; }
span { border-color: rgb(136,50,4); }
td.TdClassName
{
border-color: #883204;
}
.TagClassName
{
border-color: #883204;
}
</style>