Shades of Saddle Brown #864313
Tints of Saddle Brown #864313
RGB
CMYK
RGB Variations
Color information
#864313 (or 0x864313) is known color: Saddle Brown. HEX triplet: 86, 43 and 13. RGB value is (134,67,19). Sum of RGB (Red+Green+Blue) = 134+67+19=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #864313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864313 is #79BCEC. Grayscale: #515151. Windows color (decimal): -7978221 or 1262470. OLE color: 1262470.
HSL color Cylindrical-coordinate representation of color #864313: hue angle of 25.04º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #864313 is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 67 | 19 | - |
| CMYK | 0 | 0.5 | 0.86 | 0.47 |
| HSL | 25.04º | 0.75% | 0.3% | - |
| HSV(B) | 25.04º | 0.86% | 0.53% | - |
| XYZ | 11.96 | 9.13 | 1.75 | - |
| YUV | 81.56 | 92.7 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 67 | 19 | 0 | 0.5 | 0.86 | 0.47 | 25.04 | 0.75 | 0.3 |
| Hex | 86 | 43 | 13 | 0 | 32 | 56 | 2F | 19 | 4B | 1E |
| Octal | 206 | 103 | 23 | 0 | 62 | 126 | 57 | 31 | 113 | 36 |
| Binary | 10000110 | 1000011 | 10011 | 0 | 110010 | 1010110 | 101111 | 11001 | 1001011 | 11110 |
Color Harmonies of #864313
Complementary color
Monochromatic Colors of #864313
Black with #864313
Text Example
Text Example
White with #864313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864313; }
p { color: rgb(134,67,19); }
H1.HeaderClassName
{
color: #864313;
}
.AnyTagClassName
{
color: #864313;
}
</style>
background-color css
<style>
a { background-color: #864313; }
a { background-color: rgb(134,67,19); }
div.DivClassName
{
background-color: #864313;
}
.BgClassName
{
background-color: #864313;
}
</style>
border-color css
<style>
span { border-color: #864313; }
span { border-color: rgb(134,67,19); }
td.TdClassName
{
border-color: #864313;
}
.TagClassName
{
border-color: #864313;
}
</style>