Shades of Saddle Brown #87380C
Tints of Saddle Brown #87380C
RGB
CMYK
RGB Variations
Color information
#87380C (or 0x87380C) is known color: Saddle Brown. HEX triplet: 87, 38 and 0C. RGB value is (135,56,12). Sum of RGB (Red+Green+Blue) = 135+56+12=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #87380C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87380C is #78C7F3. Grayscale: #4A4A4A. Windows color (decimal): -7915508 or 800903. OLE color: 800903.
HSL color Cylindrical-coordinate representation of color #87380C: hue angle of 21.46º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87380C is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 56 | 12 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.47 |
| HSL | 21.46º | 0.84% | 0.29% | - |
| HSV(B) | 21.46º | 0.91% | 0.53% | - |
| XYZ | 11.47 | 8.01 | 1.29 | - |
| YUV | 74.61 | 92.67 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 56 | 12 | 0 | 0.59 | 0.91 | 0.47 | 21.46 | 0.84 | 0.29 |
| Hex | 87 | 38 | C | 0 | 3B | 5B | 2F | 15 | 54 | 1D |
| Octal | 207 | 70 | 14 | 0 | 73 | 133 | 57 | 25 | 124 | 35 |
| Binary | 10000111 | 111000 | 1100 | 0 | 111011 | 1011011 | 101111 | 10101 | 1010100 | 11101 |
Color Harmonies of #87380C
Complementary color
Monochromatic Colors of #87380C
Black with #87380C
Text Example
Text Example
White with #87380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87380C; }
p { color: rgb(135,56,12); }
H1.HeaderClassName
{
color: #87380C;
}
.AnyTagClassName
{
color: #87380C;
}
</style>
background-color css
<style>
a { background-color: #87380C; }
a { background-color: rgb(135,56,12); }
div.DivClassName
{
background-color: #87380C;
}
.BgClassName
{
background-color: #87380C;
}
</style>
border-color css
<style>
span { border-color: #87380C; }
span { border-color: rgb(135,56,12); }
td.TdClassName
{
border-color: #87380C;
}
.TagClassName
{
border-color: #87380C;
}
</style>