Shades of Saddle Brown #86430A
Tints of Saddle Brown #86430A
RGB
CMYK
RGB Variations
Color information
#86430A (or 0x86430A) is known color: Saddle Brown. HEX triplet: 86, 43 and 0A. RGB value is (134,67,10). Sum of RGB (Red+Green+Blue) = 134+67+10=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #86430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86430A is #79BCF5. Grayscale: #505050. Windows color (decimal): -7978230 or 672646. OLE color: 672646.
HSL color Cylindrical-coordinate representation of color #86430A: hue angle of 27.58º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86430A is Cyan = 0, Magento = 0.5, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 67 | 10 | - |
| CMYK | 0 | 0.5 | 0.93 | 0.47 |
| HSL | 27.58º | 0.86% | 0.28% | - |
| HSV(B) | 27.58º | 0.93% | 0.53% | - |
| XYZ | 11.89 | 9.1 | 1.42 | - |
| YUV | 80.54 | 88.2 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 67 | 10 | 0 | 0.5 | 0.93 | 0.47 | 27.58 | 0.86 | 0.28 |
| Hex | 86 | 43 | A | 0 | 32 | 5D | 2F | 1C | 56 | 1C |
| Octal | 206 | 103 | 12 | 0 | 62 | 135 | 57 | 34 | 126 | 34 |
| Binary | 10000110 | 1000011 | 1010 | 0 | 110010 | 1011101 | 101111 | 11100 | 1010110 | 11100 |
Color Harmonies of #86430A
Complementary color
Monochromatic Colors of #86430A
Black with #86430A
Text Example
Text Example
White with #86430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86430A; }
p { color: rgb(134,67,10); }
H1.HeaderClassName
{
color: #86430A;
}
.AnyTagClassName
{
color: #86430A;
}
</style>
background-color css
<style>
a { background-color: #86430A; }
a { background-color: rgb(134,67,10); }
div.DivClassName
{
background-color: #86430A;
}
.BgClassName
{
background-color: #86430A;
}
</style>
border-color css
<style>
span { border-color: #86430A; }
span { border-color: rgb(134,67,10); }
td.TdClassName
{
border-color: #86430A;
}
.TagClassName
{
border-color: #86430A;
}
</style>