Shades of Saddle Brown #862C04
Tints of Saddle Brown #862C04
RGB
CMYK
RGB Variations
Color information
#862C04 (or 0x862C04) is known color: Saddle Brown. HEX triplet: 86, 2C and 04. RGB value is (134,44,4). Sum of RGB (Red+Green+Blue) = 134+44+4=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #862C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862C04 is #79D3FB. Grayscale: #424242. Windows color (decimal): -7984124 or 273542. OLE color: 273542.
HSL color Cylindrical-coordinate representation of color #862C04: hue angle of 18.46º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #862C04 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 4 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.47 |
| HSL | 18.46º | 0.94% | 0.27% | - |
| HSV(B) | 18.46º | 0.97% | 0.53% | - |
| XYZ | 10.75 | 6.88 | 0.88 | - |
| YUV | 66.35 | 92.82 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 4 | 0 | 0.67 | 0.97 | 0.47 | 18.46 | 0.94 | 0.27 |
| Hex | 86 | 2C | 4 | 0 | 43 | 61 | 2F | 12 | 5E | 1B |
| Octal | 206 | 54 | 4 | 0 | 103 | 141 | 57 | 22 | 136 | 33 |
| Binary | 10000110 | 101100 | 100 | 0 | 1000011 | 1100001 | 101111 | 10010 | 1011110 | 11011 |
Color Harmonies of #862C04
Complementary color
Monochromatic Colors of #862C04
Black with #862C04
Text Example
Text Example
White with #862C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C04; }
p { color: rgb(134,44,4); }
H1.HeaderClassName
{
color: #862C04;
}
.AnyTagClassName
{
color: #862C04;
}
</style>
background-color css
<style>
a { background-color: #862C04; }
a { background-color: rgb(134,44,4); }
div.DivClassName
{
background-color: #862C04;
}
.BgClassName
{
background-color: #862C04;
}
</style>
border-color css
<style>
span { border-color: #862C04; }
span { border-color: rgb(134,44,4); }
td.TdClassName
{
border-color: #862C04;
}
.TagClassName
{
border-color: #862C04;
}
</style>