Shades of Saddle Brown #87430A
Tints of Saddle Brown #87430A
RGB
CMYK
RGB Variations
Color information
#87430A (or 0x87430A) is known color: Saddle Brown. HEX triplet: 87, 43 and 0A. RGB value is (135,67,10). Sum of RGB (Red+Green+Blue) = 135+67+10=212 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.68% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 135 - color contains mainly: red. Hex color #87430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87430A is #78BCF5. Grayscale: #515151. Windows color (decimal): -7912694 or 672647. OLE color: 672647.
HSL color Cylindrical-coordinate representation of color #87430A: hue angle of 27.36º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87430A is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 67 | 10 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.47 |
| HSL | 27.36º | 0.86% | 0.28% | - |
| HSV(B) | 27.36º | 0.93% | 0.53% | - |
| XYZ | 12.05 | 9.19 | 1.43 | - |
| YUV | 80.83 | 88.03 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 67 | 10 | 0 | 0.50 | 0.93 | 0.47 | 27.36 | 0.86 | 0.28 |
| Hex | 87 | 43 | A | 0 | 32 | 5D | 2F | 1B | 56 | 1C |
| Octal | 207 | 103 | 12 | 0 | 62 | 135 | 57 | 33 | 126 | 34 |
| Binary | 10000111 | 1000011 | 1010 | 0 | 110010 | 1011101 | 101111 | 11011 | 1010110 | 11100 |
Color Harmonies of #87430A
Complementary color
Monochromatic Colors of #87430A
Black with #87430A
Text Example
Text Example
White with #87430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87430A; }
p { color: rgb(135,67,10); }
H1.HeaderClassName
{
color: #87430A;
}
.AnyTagClassName
{
color: #87430A;
}
</style>
background-color css
<style>
a { background-color: #87430A; }
a { background-color: rgb(135,67,10); }
div.DivClassName
{
background-color: #87430A;
}
.BgClassName
{
background-color: #87430A;
}
</style>
border-color css
<style>
span { border-color: #87430A; }
span { border-color: rgb(135,67,10); }
td.TdClassName
{
border-color: #87430A;
}
.TagClassName
{
border-color: #87430A;
}
</style>