Shades of Saddle Brown #884B0D
Tints of Saddle Brown #884B0D
RGB
CMYK
RGB Variations
Color information
#884B0D (or 0x884B0D) is known color: Saddle Brown. HEX triplet: 88, 4B and 0D. RGB value is (136,75,13). Sum of RGB (Red+Green+Blue) = 136+75+13=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #884B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884B0D is #77B4F2. Grayscale: #565656. Windows color (decimal): -7845107 or 871304. OLE color: 871304.
HSL color Cylindrical-coordinate representation of color #884B0D: hue angle of 30.24º 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 #884B0D is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 13 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.47 |
| HSL | 30.24º | 0.83% | 0.29% | - |
| HSV(B) | 30.24º | 0.9% | 0.53% | - |
| XYZ | 12.74 | 10.3 | 1.7 | - |
| YUV | 86.17 | 86.71 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 13 | 0 | 0.45 | 0.90 | 0.47 | 30.24 | 0.83 | 0.29 |
| Hex | 88 | 4B | D | 0 | 2D | 5A | 2F | 1E | 53 | 1D |
| Octal | 210 | 113 | 15 | 0 | 55 | 132 | 57 | 36 | 123 | 35 |
| Binary | 10001000 | 1001011 | 1101 | 0 | 101101 | 1011010 | 101111 | 11110 | 1010011 | 11101 |
Color Harmonies of #884B0D
Complementary color
Monochromatic Colors of #884B0D
Black with #884B0D
Text Example
Text Example
White with #884B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B0D; }
p { color: rgb(136,75,13); }
H1.HeaderClassName
{
color: #884B0D;
}
.AnyTagClassName
{
color: #884B0D;
}
</style>
background-color css
<style>
a { background-color: #884B0D; }
a { background-color: rgb(136,75,13); }
div.DivClassName
{
background-color: #884B0D;
}
.BgClassName
{
background-color: #884B0D;
}
</style>
border-color css
<style>
span { border-color: #884B0D; }
span { border-color: rgb(136,75,13); }
td.TdClassName
{
border-color: #884B0D;
}
.TagClassName
{
border-color: #884B0D;
}
</style>