Shades of Saddle Brown #883402
Tints of Saddle Brown #883402
RGB
CMYK
RGB Variations
Color information
#883402 (or 0x883402) is known color: Saddle Brown. HEX triplet: 88, 34 and 02. RGB value is (136,52,2). Sum of RGB (Red+Green+Blue) = 136+52+2=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #883402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883402 is #77CBFD. Grayscale: #474747. Windows color (decimal): -7851006 or 144520. OLE color: 144520.
HSL color Cylindrical-coordinate representation of color #883402: hue angle of 22.39º 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 #883402 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 52 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.47 |
| HSL | 22.39º | 0.97% | 0.27% | - |
| HSV(B) | 22.39º | 0.99% | 0.53% | - |
| XYZ | 11.39 | 7.69 | 0.94 | - |
| YUV | 71.42 | 88.83 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 52 | 2 | 0 | 0.62 | 0.99 | 0.47 | 22.39 | 0.97 | 0.27 |
| Hex | 88 | 34 | 2 | 0 | 3E | 63 | 2F | 16 | 61 | 1B |
| Octal | 210 | 64 | 2 | 0 | 76 | 143 | 57 | 26 | 141 | 33 |
| Binary | 10001000 | 110100 | 10 | 0 | 111110 | 1100011 | 101111 | 10110 | 1100001 | 11011 |
Color Harmonies of #883402
Complementary color
Monochromatic Colors of #883402
Black with #883402
Text Example
Text Example
White with #883402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883402; }
p { color: rgb(136,52,2); }
H1.HeaderClassName
{
color: #883402;
}
.AnyTagClassName
{
color: #883402;
}
</style>
background-color css
<style>
a { background-color: #883402; }
a { background-color: rgb(136,52,2); }
div.DivClassName
{
background-color: #883402;
}
.BgClassName
{
background-color: #883402;
}
</style>
border-color css
<style>
span { border-color: #883402; }
span { border-color: rgb(136,52,2); }
td.TdClassName
{
border-color: #883402;
}
.TagClassName
{
border-color: #883402;
}
</style>