Shades of Saddle Brown #863919
Tints of Saddle Brown #863919
RGB
CMYK
RGB Variations
Color information
#863919 (or 0x863919) is known color: Saddle Brown. HEX triplet: 86, 39 and 19. RGB value is (134,57,25). Sum of RGB (Red+Green+Blue) = 134+57+25=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #863919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863919 is #79C6E6. Grayscale: #4C4C4C. Windows color (decimal): -7980775 or 1653126. OLE color: 1653126.
HSL color Cylindrical-coordinate representation of color #863919: hue angle of 17.61º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #863919 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 57 | 25 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.47 |
| HSL | 17.61º | 0.69% | 0.31% | - |
| HSV(B) | 17.61º | 0.81% | 0.53% | - |
| XYZ | 11.47 | 8.06 | 1.87 | - |
| YUV | 76.38 | 99.01 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 25 | 0 | 0.57 | 0.81 | 0.47 | 17.61 | 0.69 | 0.31 |
| Hex | 86 | 39 | 19 | 0 | 39 | 51 | 2F | 12 | 45 | 1F |
| Octal | 206 | 71 | 31 | 0 | 71 | 121 | 57 | 22 | 105 | 37 |
| Binary | 10000110 | 111001 | 11001 | 0 | 111001 | 1010001 | 101111 | 10010 | 1000101 | 11111 |
Color Harmonies of #863919
Complementary color
Monochromatic Colors of #863919
Black with #863919
Text Example
Text Example
White with #863919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863919; }
p { color: rgb(134,57,25); }
H1.HeaderClassName
{
color: #863919;
}
.AnyTagClassName
{
color: #863919;
}
</style>
background-color css
<style>
a { background-color: #863919; }
a { background-color: rgb(134,57,25); }
div.DivClassName
{
background-color: #863919;
}
.BgClassName
{
background-color: #863919;
}
</style>
border-color css
<style>
span { border-color: #863919; }
span { border-color: rgb(134,57,25); }
td.TdClassName
{
border-color: #863919;
}
.TagClassName
{
border-color: #863919;
}
</style>