Shades of Saddle Brown #883C0D
Tints of Saddle Brown #883C0D
RGB
CMYK
RGB Variations
Color information
#883C0D (or 0x883C0D) is known color: Saddle Brown. HEX triplet: 88, 3C and 0D. RGB value is (136,60,13). Sum of RGB (Red+Green+Blue) = 136+60+13=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #883C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883C0D is #77C3F2. Grayscale: #4D4D4D. Windows color (decimal): -7848947 or 867464. OLE color: 867464.
HSL color Cylindrical-coordinate representation of color #883C0D: hue angle of 22.93º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #883C0D is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 13 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.47 |
| HSL | 22.93º | 0.83% | 0.29% | - |
| HSV(B) | 22.93º | 0.9% | 0.53% | - |
| XYZ | 11.84 | 8.5 | 1.4 | - |
| YUV | 77.37 | 91.68 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 13 | 0 | 0.56 | 0.90 | 0.47 | 22.93 | 0.83 | 0.29 |
| Hex | 88 | 3C | D | 0 | 38 | 5A | 2F | 17 | 53 | 1D |
| Octal | 210 | 74 | 15 | 0 | 70 | 132 | 57 | 27 | 123 | 35 |
| Binary | 10001000 | 111100 | 1101 | 0 | 111000 | 1011010 | 101111 | 10111 | 1010011 | 11101 |
Color Harmonies of #883C0D
Complementary color
Monochromatic Colors of #883C0D
Black with #883C0D
Text Example
Text Example
White with #883C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C0D; }
p { color: rgb(136,60,13); }
H1.HeaderClassName
{
color: #883C0D;
}
.AnyTagClassName
{
color: #883C0D;
}
</style>
background-color css
<style>
a { background-color: #883C0D; }
a { background-color: rgb(136,60,13); }
div.DivClassName
{
background-color: #883C0D;
}
.BgClassName
{
background-color: #883C0D;
}
</style>
border-color css
<style>
span { border-color: #883C0D; }
span { border-color: rgb(136,60,13); }
td.TdClassName
{
border-color: #883C0D;
}
.TagClassName
{
border-color: #883C0D;
}
</style>