Shades of Saddle Brown #86430B
Tints of Saddle Brown #86430B
RGB
CMYK
RGB Variations
Color information
#86430B (or 0x86430B) is known color: Saddle Brown. HEX triplet: 86, 43 and 0B. RGB value is (134,67,11). Sum of RGB (Red+Green+Blue) = 134+67+11=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #86430B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86430B is #79BCF4. Grayscale: #505050. Windows color (decimal): -7978229 or 738182. OLE color: 738182.
HSL color Cylindrical-coordinate representation of color #86430B: hue angle of 27.32º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86430B is Cyan = 0, Magento = 0.5, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 67 | 11 | - |
| CMYK | 0 | 0.5 | 0.92 | 0.47 |
| HSL | 27.32º | 0.85% | 0.28% | - |
| HSV(B) | 27.32º | 0.92% | 0.53% | - |
| XYZ | 11.9 | 9.11 | 1.45 | - |
| YUV | 80.65 | 88.7 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 67 | 11 | 0 | 0.5 | 0.92 | 0.47 | 27.32 | 0.85 | 0.28 |
| Hex | 86 | 43 | B | 0 | 32 | 5C | 2F | 1B | 55 | 1C |
| Octal | 206 | 103 | 13 | 0 | 62 | 134 | 57 | 33 | 125 | 34 |
| Binary | 10000110 | 1000011 | 1011 | 0 | 110010 | 1011100 | 101111 | 11011 | 1010101 | 11100 |
Color Harmonies of #86430B
Complementary color
Monochromatic Colors of #86430B
Black with #86430B
Text Example
Text Example
White with #86430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86430B; }
p { color: rgb(134,67,11); }
H1.HeaderClassName
{
color: #86430B;
}
.AnyTagClassName
{
color: #86430B;
}
</style>
background-color css
<style>
a { background-color: #86430B; }
a { background-color: rgb(134,67,11); }
div.DivClassName
{
background-color: #86430B;
}
.BgClassName
{
background-color: #86430B;
}
</style>
border-color css
<style>
span { border-color: #86430B; }
span { border-color: rgb(134,67,11); }
td.TdClassName
{
border-color: #86430B;
}
.TagClassName
{
border-color: #86430B;
}
</style>