Shades of Saddle Brown #884B0C
Tints of Saddle Brown #884B0C
RGB
CMYK
RGB Variations
Color information
#884B0C (or 0x884B0C) is known color: Saddle Brown. HEX triplet: 88, 4B and 0C. RGB value is (136,75,12). Sum of RGB (Red+Green+Blue) = 136+75+12=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #884B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884B0C is #77B4F3. Grayscale: #565656. Windows color (decimal): -7845108 or 805768. OLE color: 805768.
HSL color Cylindrical-coordinate representation of color #884B0C: hue angle of 30.48º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #884B0C is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 12 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.47 |
| HSL | 30.48º | 0.84% | 0.29% | - |
| HSV(B) | 30.48º | 0.91% | 0.53% | - |
| XYZ | 12.74 | 10.29 | 1.66 | - |
| YUV | 86.06 | 86.21 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 12 | 0 | 0.45 | 0.91 | 0.47 | 30.48 | 0.84 | 0.29 |
| Hex | 88 | 4B | C | 0 | 2D | 5B | 2F | 1E | 54 | 1D |
| Octal | 210 | 113 | 14 | 0 | 55 | 133 | 57 | 36 | 124 | 35 |
| Binary | 10001000 | 1001011 | 1100 | 0 | 101101 | 1011011 | 101111 | 11110 | 1010100 | 11101 |
Color Harmonies of #884B0C
Complementary color
Monochromatic Colors of #884B0C
Black with #884B0C
Text Example
Text Example
White with #884B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B0C; }
p { color: rgb(136,75,12); }
H1.HeaderClassName
{
color: #884B0C;
}
.AnyTagClassName
{
color: #884B0C;
}
</style>
background-color css
<style>
a { background-color: #884B0C; }
a { background-color: rgb(136,75,12); }
div.DivClassName
{
background-color: #884B0C;
}
.BgClassName
{
background-color: #884B0C;
}
</style>
border-color css
<style>
span { border-color: #884B0C; }
span { border-color: rgb(136,75,12); }
td.TdClassName
{
border-color: #884B0C;
}
.TagClassName
{
border-color: #884B0C;
}
</style>