Shades of Golden Brown #886402
Tints of Golden Brown #886402
RGB
CMYK
RGB Variations
Color information
#886402 (or 0x886402) is known color: Golden Brown. HEX triplet: 88, 64 and 02. RGB value is (136,100,2). Sum of RGB (Red+Green+Blue) = 136+100+2=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #886402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886402 is #779BFD. Grayscale: #646464. Windows color (decimal): -7838718 or 156808. OLE color: 156808.
HSL color Cylindrical-coordinate representation of color #886402: hue angle of 43.88º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #886402 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 100 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.47 |
| HSL | 43.88º | 0.97% | 0.27% | - |
| HSV(B) | 43.88º | 0.99% | 0.53% | - |
| XYZ | 14.72 | 14.35 | 2.05 | - |
| YUV | 99.59 | 72.93 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 2 | 0 | 0.26 | 0.99 | 0.47 | 43.88 | 0.97 | 0.27 |
| Hex | 88 | 64 | 2 | 0 | 1A | 63 | 2F | 2C | 61 | 1B |
| Octal | 210 | 144 | 2 | 0 | 32 | 143 | 57 | 54 | 141 | 33 |
| Binary | 10001000 | 1100100 | 10 | 0 | 11010 | 1100011 | 101111 | 101100 | 1100001 | 11011 |
Color Harmonies of #886402
Complementary color
Monochromatic Colors of #886402
Black with #886402
Text Example
Text Example
White with #886402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886402; }
p { color: rgb(136,100,2); }
H1.HeaderClassName
{
color: #886402;
}
.AnyTagClassName
{
color: #886402;
}
</style>
background-color css
<style>
a { background-color: #886402; }
a { background-color: rgb(136,100,2); }
div.DivClassName
{
background-color: #886402;
}
.BgClassName
{
background-color: #886402;
}
</style>
border-color css
<style>
span { border-color: #886402; }
span { border-color: rgb(136,100,2); }
td.TdClassName
{
border-color: #886402;
}
.TagClassName
{
border-color: #886402;
}
</style>