Shades of Saddle Brown #884B07
Tints of Saddle Brown #884B07
RGB
CMYK
RGB Variations
Color information
#884B07 (or 0x884B07) is known color: Saddle Brown. HEX triplet: 88, 4B and 07. RGB value is (136,75,7). Sum of RGB (Red+Green+Blue) = 136+75+7=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #884B07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884B07 is #77B4F8. Grayscale: #555555. Windows color (decimal): -7845113 or 478088. OLE color: 478088.
HSL color Cylindrical-coordinate representation of color #884B07: hue angle of 31.63º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #884B07 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 7 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.47 |
| HSL | 31.63º | 0.9% | 0.28% | - |
| HSV(B) | 31.63º | 0.95% | 0.53% | - |
| XYZ | 12.71 | 10.28 | 1.52 | - |
| YUV | 85.49 | 83.71 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 7 | 0 | 0.45 | 0.95 | 0.47 | 31.63 | 0.9 | 0.28 |
| Hex | 88 | 4B | 7 | 0 | 2D | 5F | 2F | 20 | 5A | 1C |
| Octal | 210 | 113 | 7 | 0 | 55 | 137 | 57 | 40 | 132 | 34 |
| Binary | 10001000 | 1001011 | 111 | 0 | 101101 | 1011111 | 101111 | 100000 | 1011010 | 11100 |
Color Harmonies of #884B07
Complementary color
Monochromatic Colors of #884B07
Black with #884B07
Text Example
Text Example
White with #884B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B07; }
p { color: rgb(136,75,7); }
H1.HeaderClassName
{
color: #884B07;
}
.AnyTagClassName
{
color: #884B07;
}
</style>
background-color css
<style>
a { background-color: #884B07; }
a { background-color: rgb(136,75,7); }
div.DivClassName
{
background-color: #884B07;
}
.BgClassName
{
background-color: #884B07;
}
</style>
border-color css
<style>
span { border-color: #884B07; }
span { border-color: rgb(136,75,7); }
td.TdClassName
{
border-color: #884B07;
}
.TagClassName
{
border-color: #884B07;
}
</style>