Shades of Saddle Brown #88430E
Tints of Saddle Brown #88430E
RGB
CMYK
RGB Variations
Color information
#88430E (or 0x88430E) is known color: Saddle Brown. HEX triplet: 88, 43 and 0E. RGB value is (136,67,14). Sum of RGB (Red+Green+Blue) = 136+67+14=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #88430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88430E is #77BCF1. Grayscale: #515151. Windows color (decimal): -7847154 or 934792. OLE color: 934792.
HSL color Cylindrical-coordinate representation of color #88430E: hue angle of 26.07º degrees, saturation: 0.81, 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 #88430E is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 14 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.47 |
| HSL | 26.07º | 0.81% | 0.29% | - |
| HSV(B) | 26.07º | 0.9% | 0.53% | - |
| XYZ | 12.24 | 9.28 | 1.56 | - |
| YUV | 81.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 14 | 0 | 0.51 | 0.90 | 0.47 | 26.07 | 0.81 | 0.29 |
| Hex | 88 | 43 | E | 0 | 33 | 5A | 2F | 1A | 51 | 1D |
| Octal | 210 | 103 | 16 | 0 | 63 | 132 | 57 | 32 | 121 | 35 |
| Binary | 10001000 | 1000011 | 1110 | 0 | 110011 | 1011010 | 101111 | 11010 | 1010001 | 11101 |
Color Harmonies of #88430E
Complementary color
Monochromatic Colors of #88430E
Black with #88430E
Text Example
Text Example
White with #88430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88430E; }
p { color: rgb(136,67,14); }
H1.HeaderClassName
{
color: #88430E;
}
.AnyTagClassName
{
color: #88430E;
}
</style>
background-color css
<style>
a { background-color: #88430E; }
a { background-color: rgb(136,67,14); }
div.DivClassName
{
background-color: #88430E;
}
.BgClassName
{
background-color: #88430E;
}
</style>
border-color css
<style>
span { border-color: #88430E; }
span { border-color: rgb(136,67,14); }
td.TdClassName
{
border-color: #88430E;
}
.TagClassName
{
border-color: #88430E;
}
</style>