Shades of Saddle Brown #883D0D
Tints of Saddle Brown #883D0D
RGB
CMYK
RGB Variations
Color information
#883D0D (or 0x883D0D) is known color: Saddle Brown. HEX triplet: 88, 3D and 0D. RGB value is (136,61,13). Sum of RGB (Red+Green+Blue) = 136+61+13=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #883D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883D0D is #77C2F2. Grayscale: #4E4E4E. Windows color (decimal): -7848691 or 867720. OLE color: 867720.
HSL color Cylindrical-coordinate representation of color #883D0D: hue angle of 23.41º 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 #883D0D is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 13 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.47 |
| HSL | 23.41º | 0.83% | 0.29% | - |
| HSV(B) | 23.41º | 0.9% | 0.53% | - |
| XYZ | 11.89 | 8.6 | 1.41 | - |
| YUV | 77.95 | 91.35 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 13 | 0 | 0.55 | 0.90 | 0.47 | 23.41 | 0.83 | 0.29 |
| Hex | 88 | 3D | D | 0 | 37 | 5A | 2F | 17 | 53 | 1D |
| Octal | 210 | 75 | 15 | 0 | 67 | 132 | 57 | 27 | 123 | 35 |
| Binary | 10001000 | 111101 | 1101 | 0 | 110111 | 1011010 | 101111 | 10111 | 1010011 | 11101 |
Color Harmonies of #883D0D
Complementary color
Monochromatic Colors of #883D0D
Black with #883D0D
Text Example
Text Example
White with #883D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D0D; }
p { color: rgb(136,61,13); }
H1.HeaderClassName
{
color: #883D0D;
}
.AnyTagClassName
{
color: #883D0D;
}
</style>
background-color css
<style>
a { background-color: #883D0D; }
a { background-color: rgb(136,61,13); }
div.DivClassName
{
background-color: #883D0D;
}
.BgClassName
{
background-color: #883D0D;
}
</style>
border-color css
<style>
span { border-color: #883D0D; }
span { border-color: rgb(136,61,13); }
td.TdClassName
{
border-color: #883D0D;
}
.TagClassName
{
border-color: #883D0D;
}
</style>