Shades of Saddle Brown #87430D
Tints of Saddle Brown #87430D
RGB
CMYK
RGB Variations
Color information
#87430D (or 0x87430D) is known color: Saddle Brown. HEX triplet: 87, 43 and 0D. RGB value is (135,67,13). Sum of RGB (Red+Green+Blue) = 135+67+13=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #87430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87430D is #78BCF2. Grayscale: #515151. Windows color (decimal): -7912691 or 869255. OLE color: 869255.
HSL color Cylindrical-coordinate representation of color #87430D: hue angle of 26.56º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87430D is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 67 | 13 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.47 |
| HSL | 26.56º | 0.82% | 0.29% | - |
| HSV(B) | 26.56º | 0.9% | 0.53% | - |
| XYZ | 12.07 | 9.19 | 1.52 | - |
| YUV | 81.18 | 89.53 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 67 | 13 | 0 | 0.50 | 0.90 | 0.47 | 26.56 | 0.82 | 0.29 |
| Hex | 87 | 43 | D | 0 | 32 | 5A | 2F | 1B | 52 | 1D |
| Octal | 207 | 103 | 15 | 0 | 62 | 132 | 57 | 33 | 122 | 35 |
| Binary | 10000111 | 1000011 | 1101 | 0 | 110010 | 1011010 | 101111 | 11011 | 1010010 | 11101 |
Color Harmonies of #87430D
Complementary color
Monochromatic Colors of #87430D
Black with #87430D
Text Example
Text Example
White with #87430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87430D; }
p { color: rgb(135,67,13); }
H1.HeaderClassName
{
color: #87430D;
}
.AnyTagClassName
{
color: #87430D;
}
</style>
background-color css
<style>
a { background-color: #87430D; }
a { background-color: rgb(135,67,13); }
div.DivClassName
{
background-color: #87430D;
}
.BgClassName
{
background-color: #87430D;
}
</style>
border-color css
<style>
span { border-color: #87430D; }
span { border-color: rgb(135,67,13); }
td.TdClassName
{
border-color: #87430D;
}
.TagClassName
{
border-color: #87430D;
}
</style>