Shades of Saddle Brown #88430F
Tints of Saddle Brown #88430F
RGB
CMYK
RGB Variations
Color information
#88430F (or 0x88430F) is known color: Saddle Brown. HEX triplet: 88, 43 and 0F. RGB value is (136,67,15). Sum of RGB (Red+Green+Blue) = 136+67+15=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #88430F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88430F is #77BCF0. Grayscale: #515151. Windows color (decimal): -7847153 or 1000328. OLE color: 1000328.
HSL color Cylindrical-coordinate representation of color #88430F: hue angle of 25.79º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88430F is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 15 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.47 |
| HSL | 25.79º | 0.8% | 0.3% | - |
| HSV(B) | 25.79º | 0.89% | 0.53% | - |
| XYZ | 12.25 | 9.28 | 1.6 | - |
| YUV | 81.7 | 90.36 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 15 | 0 | 0.51 | 0.89 | 0.47 | 25.79 | 0.8 | 0.3 |
| Hex | 88 | 43 | F | 0 | 33 | 59 | 2F | 1A | 50 | 1E |
| Octal | 210 | 103 | 17 | 0 | 63 | 131 | 57 | 32 | 120 | 36 |
| Binary | 10001000 | 1000011 | 1111 | 0 | 110011 | 1011001 | 101111 | 11010 | 1010000 | 11110 |
Color Harmonies of #88430F
Complementary color
Monochromatic Colors of #88430F
Black with #88430F
Text Example
Text Example
White with #88430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88430F; }
p { color: rgb(136,67,15); }
H1.HeaderClassName
{
color: #88430F;
}
.AnyTagClassName
{
color: #88430F;
}
</style>
background-color css
<style>
a { background-color: #88430F; }
a { background-color: rgb(136,67,15); }
div.DivClassName
{
background-color: #88430F;
}
.BgClassName
{
background-color: #88430F;
}
</style>
border-color css
<style>
span { border-color: #88430F; }
span { border-color: rgb(136,67,15); }
td.TdClassName
{
border-color: #88430F;
}
.TagClassName
{
border-color: #88430F;
}
</style>