Shades of Saddle Brown #87430B
Tints of Saddle Brown #87430B
RGB
CMYK
RGB Variations
Color information
#87430B (or 0x87430B) is known color: Saddle Brown. HEX triplet: 87, 43 and 0B. RGB value is (135,67,11). Sum of RGB (Red+Green+Blue) = 135+67+11=213 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.38% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 135 - color contains mainly: red. Hex color #87430B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87430B is #78BCF4. Grayscale: #515151. Windows color (decimal): -7912693 or 738183. OLE color: 738183.
HSL color Cylindrical-coordinate representation of color #87430B: hue angle of 27.1º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #87430B is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 67 | 11 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.47 |
| HSL | 27.1º | 0.85% | 0.29% | - |
| HSV(B) | 27.1º | 0.92% | 0.53% | - |
| XYZ | 12.06 | 9.19 | 1.45 | - |
| YUV | 80.95 | 88.53 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 67 | 11 | 0 | 0.50 | 0.92 | 0.47 | 27.1 | 0.85 | 0.29 |
| Hex | 87 | 43 | B | 0 | 32 | 5C | 2F | 1B | 55 | 1D |
| Octal | 207 | 103 | 13 | 0 | 62 | 134 | 57 | 33 | 125 | 35 |
| Binary | 10000111 | 1000011 | 1011 | 0 | 110010 | 1011100 | 101111 | 11011 | 1010101 | 11101 |
Color Harmonies of #87430B
Complementary color
Monochromatic Colors of #87430B
Black with #87430B
Text Example
Text Example
White with #87430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87430B; }
p { color: rgb(135,67,11); }
H1.HeaderClassName
{
color: #87430B;
}
.AnyTagClassName
{
color: #87430B;
}
</style>
background-color css
<style>
a { background-color: #87430B; }
a { background-color: rgb(135,67,11); }
div.DivClassName
{
background-color: #87430B;
}
.BgClassName
{
background-color: #87430B;
}
</style>
border-color css
<style>
span { border-color: #87430B; }
span { border-color: rgb(135,67,11); }
td.TdClassName
{
border-color: #87430B;
}
.TagClassName
{
border-color: #87430B;
}
</style>