Shades of Saddle Brown #863C02
Tints of Saddle Brown #863C02
RGB
CMYK
RGB Variations
Color information
#863C02 (or 0x863C02) is known color: Saddle Brown. HEX triplet: 86, 3C and 02. RGB value is (134,60,2). Sum of RGB (Red+Green+Blue) = 134+60+2=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #863C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863C02 is #79C3FD. Grayscale: #4B4B4B. Windows color (decimal): -7980030 or 146566. OLE color: 146566.
HSL color Cylindrical-coordinate representation of color #863C02: hue angle of 26.36º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #863C02 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.47 |
| HSL | 26.36º | 0.97% | 0.27% | - |
| HSV(B) | 26.36º | 0.99% | 0.53% | - |
| XYZ | 11.46 | 8.3 | 1.06 | - |
| YUV | 75.51 | 86.52 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 2 | 0 | 0.55 | 0.99 | 0.47 | 26.36 | 0.97 | 0.27 |
| Hex | 86 | 3C | 2 | 0 | 37 | 63 | 2F | 1A | 61 | 1B |
| Octal | 206 | 74 | 2 | 0 | 67 | 143 | 57 | 32 | 141 | 33 |
| Binary | 10000110 | 111100 | 10 | 0 | 110111 | 1100011 | 101111 | 11010 | 1100001 | 11011 |
Color Harmonies of #863C02
Complementary color
Monochromatic Colors of #863C02
Black with #863C02
Text Example
Text Example
White with #863C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C02; }
p { color: rgb(134,60,2); }
H1.HeaderClassName
{
color: #863C02;
}
.AnyTagClassName
{
color: #863C02;
}
</style>
background-color css
<style>
a { background-color: #863C02; }
a { background-color: rgb(134,60,2); }
div.DivClassName
{
background-color: #863C02;
}
.BgClassName
{
background-color: #863C02;
}
</style>
border-color css
<style>
span { border-color: #863C02; }
span { border-color: rgb(134,60,2); }
td.TdClassName
{
border-color: #863C02;
}
.TagClassName
{
border-color: #863C02;
}
</style>