Shades of Saddle Brown #882D01
Tints of Saddle Brown #882D01
RGB
CMYK
RGB Variations
Color information
#882D01 (or 0x882D01) is known color: Saddle Brown. HEX triplet: 88, 2D and 01. RGB value is (136,45,1). Sum of RGB (Red+Green+Blue) = 136+45+1=182 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.73% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 136 - color contains mainly: red. Hex color #882D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882D01 is #77D2FE. Grayscale: #434343. Windows color (decimal): -7852799 or 77192. OLE color: 77192.
HSL color Cylindrical-coordinate representation of color #882D01: hue angle of 19.56º degrees, saturation: 0.99, 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 #882D01 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.47 |
| HSL | 19.56º | 0.99% | 0.27% | - |
| HSV(B) | 19.56º | 0.99% | 0.53% | - |
| XYZ | 11.1 | 7.11 | 0.82 | - |
| YUV | 67.19 | 90.65 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 1 | 0 | 0.67 | 0.99 | 0.47 | 19.56 | 0.99 | 0.27 |
| Hex | 88 | 2D | 1 | 0 | 43 | 63 | 2F | 14 | 63 | 1B |
| Octal | 210 | 55 | 1 | 0 | 103 | 143 | 57 | 24 | 143 | 33 |
| Binary | 10001000 | 101101 | 1 | 0 | 1000011 | 1100011 | 101111 | 10100 | 1100011 | 11011 |
Color Harmonies of #882D01
Complementary color
Monochromatic Colors of #882D01
Black with #882D01
Text Example
Text Example
White with #882D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D01; }
p { color: rgb(136,45,1); }
H1.HeaderClassName
{
color: #882D01;
}
.AnyTagClassName
{
color: #882D01;
}
</style>
background-color css
<style>
a { background-color: #882D01; }
a { background-color: rgb(136,45,1); }
div.DivClassName
{
background-color: #882D01;
}
.BgClassName
{
background-color: #882D01;
}
</style>
border-color css
<style>
span { border-color: #882D01; }
span { border-color: rgb(136,45,1); }
td.TdClassName
{
border-color: #882D01;
}
.TagClassName
{
border-color: #882D01;
}
</style>