Shades of Saddle Brown #884502
Tints of Saddle Brown #884502
RGB
CMYK
RGB Variations
Color information
#884502 (or 0x884502) is known color: Saddle Brown. HEX triplet: 88, 45 and 02. RGB value is (136,69,2). Sum of RGB (Red+Green+Blue) = 136+69+2=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #884502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884502 is #77BAFD. Grayscale: #515151. Windows color (decimal): -7846654 or 148872. OLE color: 148872.
HSL color Cylindrical-coordinate representation of color #884502: hue angle of 30º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #884502 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 69 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.47 |
| HSL | 30º | 0.97% | 0.27% | - |
| HSV(B) | 30º | 0.99% | 0.53% | - |
| XYZ | 12.29 | 9.49 | 1.24 | - |
| YUV | 81.4 | 83.2 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 69 | 2 | 0 | 0.49 | 0.99 | 0.47 | 30 | 0.97 | 0.27 |
| Hex | 88 | 45 | 2 | 0 | 31 | 63 | 2F | 1E | 61 | 1B |
| Octal | 210 | 105 | 2 | 0 | 61 | 143 | 57 | 36 | 141 | 33 |
| Binary | 10001000 | 1000101 | 10 | 0 | 110001 | 1100011 | 101111 | 11110 | 1100001 | 11011 |
Color Harmonies of #884502
Complementary color
Monochromatic Colors of #884502
Black with #884502
Text Example
Text Example
White with #884502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884502; }
p { color: rgb(136,69,2); }
H1.HeaderClassName
{
color: #884502;
}
.AnyTagClassName
{
color: #884502;
}
</style>
background-color css
<style>
a { background-color: #884502; }
a { background-color: rgb(136,69,2); }
div.DivClassName
{
background-color: #884502;
}
.BgClassName
{
background-color: #884502;
}
</style>
border-color css
<style>
span { border-color: #884502; }
span { border-color: rgb(136,69,2); }
td.TdClassName
{
border-color: #884502;
}
.TagClassName
{
border-color: #884502;
}
</style>