Shades of Saddle Brown #884302
Tints of Saddle Brown #884302
RGB
CMYK
RGB Variations
Color information
#884302 (or 0x884302) is known color: Saddle Brown. HEX triplet: 88, 43 and 02. RGB value is (136,67,2). Sum of RGB (Red+Green+Blue) = 136+67+2=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #884302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884302 is #77BCFD. Grayscale: #505050. Windows color (decimal): -7847166 or 148360. OLE color: 148360.
HSL color Cylindrical-coordinate representation of color #884302: hue angle of 29.1º 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 #884302 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.47 |
| HSL | 29.1º | 0.97% | 0.27% | - |
| HSV(B) | 29.1º | 0.99% | 0.53% | - |
| XYZ | 12.17 | 9.25 | 1.2 | - |
| YUV | 80.22 | 83.86 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 2 | 0 | 0.51 | 0.99 | 0.47 | 29.1 | 0.97 | 0.27 |
| Hex | 88 | 43 | 2 | 0 | 33 | 63 | 2F | 1D | 61 | 1B |
| Octal | 210 | 103 | 2 | 0 | 63 | 143 | 57 | 35 | 141 | 33 |
| Binary | 10001000 | 1000011 | 10 | 0 | 110011 | 1100011 | 101111 | 11101 | 1100001 | 11011 |
Color Harmonies of #884302
Complementary color
Monochromatic Colors of #884302
Black with #884302
Text Example
Text Example
White with #884302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884302; }
p { color: rgb(136,67,2); }
H1.HeaderClassName
{
color: #884302;
}
.AnyTagClassName
{
color: #884302;
}
</style>
background-color css
<style>
a { background-color: #884302; }
a { background-color: rgb(136,67,2); }
div.DivClassName
{
background-color: #884302;
}
.BgClassName
{
background-color: #884302;
}
</style>
border-color css
<style>
span { border-color: #884302; }
span { border-color: rgb(136,67,2); }
td.TdClassName
{
border-color: #884302;
}
.TagClassName
{
border-color: #884302;
}
</style>