Shades of Saddle Brown #863203
Tints of Saddle Brown #863203
RGB
CMYK
RGB Variations
Color information
#863203 (or 0x863203) is known color: Saddle Brown. HEX triplet: 86, 32 and 03. RGB value is (134,50,3). Sum of RGB (Red+Green+Blue) = 134+50+3=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #863203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863203 is #79CDFC. Grayscale: #464646. Windows color (decimal): -7982589 or 209542. OLE color: 209542.
HSL color Cylindrical-coordinate representation of color #863203: hue angle of 21.53º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #863203 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 3 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.47 |
| HSL | 21.53º | 0.96% | 0.27% | - |
| HSV(B) | 21.53º | 0.98% | 0.53% | - |
| XYZ | 10.99 | 7.36 | 0.93 | - |
| YUV | 69.76 | 90.33 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 3 | 0 | 0.63 | 0.98 | 0.47 | 21.53 | 0.96 | 0.27 |
| Hex | 86 | 32 | 3 | 0 | 3F | 62 | 2F | 16 | 60 | 1B |
| Octal | 206 | 62 | 3 | 0 | 77 | 142 | 57 | 26 | 140 | 33 |
| Binary | 10000110 | 110010 | 11 | 0 | 111111 | 1100010 | 101111 | 10110 | 1100000 | 11011 |
Color Harmonies of #863203
Complementary color
Monochromatic Colors of #863203
Black with #863203
Text Example
Text Example
White with #863203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863203; }
p { color: rgb(134,50,3); }
H1.HeaderClassName
{
color: #863203;
}
.AnyTagClassName
{
color: #863203;
}
</style>
background-color css
<style>
a { background-color: #863203; }
a { background-color: rgb(134,50,3); }
div.DivClassName
{
background-color: #863203;
}
.BgClassName
{
background-color: #863203;
}
</style>
border-color css
<style>
span { border-color: #863203; }
span { border-color: rgb(134,50,3); }
td.TdClassName
{
border-color: #863203;
}
.TagClassName
{
border-color: #863203;
}
</style>