Shades of Golden Brown #88630E
Tints of Golden Brown #88630E
RGB
CMYK
RGB Variations
Color information
#88630E (or 0x88630E) is known color: Golden Brown. HEX triplet: 88, 63 and 0E. RGB value is (136,99,14). Sum of RGB (Red+Green+Blue) = 136+99+14=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #88630E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88630E is #779CF1. Grayscale: #646464. Windows color (decimal): -7838962 or 942984. OLE color: 942984.
HSL color Cylindrical-coordinate representation of color #88630E: hue angle of 41.8º 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 #88630E is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 99 | 14 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.47 |
| HSL | 41.8º | 0.81% | 0.29% | - |
| HSV(B) | 41.8º | 0.9% | 0.53% | - |
| XYZ | 14.69 | 14.19 | 2.38 | - |
| YUV | 100.37 | 79.26 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 99 | 14 | 0 | 0.27 | 0.90 | 0.47 | 41.8 | 0.81 | 0.29 |
| Hex | 88 | 63 | E | 0 | 1B | 5A | 2F | 2A | 51 | 1D |
| Octal | 210 | 143 | 16 | 0 | 33 | 132 | 57 | 52 | 121 | 35 |
| Binary | 10001000 | 1100011 | 1110 | 0 | 11011 | 1011010 | 101111 | 101010 | 1010001 | 11101 |
Color Harmonies of #88630E
Complementary color
Monochromatic Colors of #88630E
Black with #88630E
Text Example
Text Example
White with #88630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88630E; }
p { color: rgb(136,99,14); }
H1.HeaderClassName
{
color: #88630E;
}
.AnyTagClassName
{
color: #88630E;
}
</style>
background-color css
<style>
a { background-color: #88630E; }
a { background-color: rgb(136,99,14); }
div.DivClassName
{
background-color: #88630E;
}
.BgClassName
{
background-color: #88630E;
}
</style>
border-color css
<style>
span { border-color: #88630E; }
span { border-color: rgb(136,99,14); }
td.TdClassName
{
border-color: #88630E;
}
.TagClassName
{
border-color: #88630E;
}
</style>