Shades of Saddle Brown #88380F
Tints of Saddle Brown #88380F
RGB
CMYK
RGB Variations
Color information
#88380F (or 0x88380F) is known color: Saddle Brown. HEX triplet: 88, 38 and 0F. RGB value is (136,56,15). Sum of RGB (Red+Green+Blue) = 136+56+15=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #88380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88380F is #77C7F0. Grayscale: #4B4B4B. Windows color (decimal): -7849969 or 997512. OLE color: 997512.
HSL color Cylindrical-coordinate representation of color #88380F: hue angle of 20.33º 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 #88380F is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 56 | 15 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.47 |
| HSL | 20.33º | 0.8% | 0.3% | - |
| HSV(B) | 20.33º | 0.89% | 0.53% | - |
| XYZ | 11.65 | 8.1 | 1.4 | - |
| YUV | 75.25 | 94 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 56 | 15 | 0 | 0.59 | 0.89 | 0.47 | 20.33 | 0.8 | 0.3 |
| Hex | 88 | 38 | F | 0 | 3B | 59 | 2F | 14 | 50 | 1E |
| Octal | 210 | 70 | 17 | 0 | 73 | 131 | 57 | 24 | 120 | 36 |
| Binary | 10001000 | 111000 | 1111 | 0 | 111011 | 1011001 | 101111 | 10100 | 1010000 | 11110 |
Color Harmonies of #88380F
Complementary color
Monochromatic Colors of #88380F
Black with #88380F
Text Example
Text Example
White with #88380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88380F; }
p { color: rgb(136,56,15); }
H1.HeaderClassName
{
color: #88380F;
}
.AnyTagClassName
{
color: #88380F;
}
</style>
background-color css
<style>
a { background-color: #88380F; }
a { background-color: rgb(136,56,15); }
div.DivClassName
{
background-color: #88380F;
}
.BgClassName
{
background-color: #88380F;
}
</style>
border-color css
<style>
span { border-color: #88380F; }
span { border-color: rgb(136,56,15); }
td.TdClassName
{
border-color: #88380F;
}
.TagClassName
{
border-color: #88380F;
}
</style>