Shades of Golden Brown #855B12
Tints of Golden Brown #855B12
RGB
CMYK
RGB Variations
Color information
#855B12 (or 0x855B12) is known color: Golden Brown. HEX triplet: 85, 5B and 12. RGB value is (133,91,18). Sum of RGB (Red+Green+Blue) = 133+91+18=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #855B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855B12 is #7AA4ED. Grayscale: #5F5F5F. Windows color (decimal): -8037614 or 1203077. OLE color: 1203077.
HSL color Cylindrical-coordinate representation of color #855B12: hue angle of 38.09º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #855B12 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 91 | 18 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.48 |
| HSL | 38.09º | 0.76% | 0.3% | - |
| HSV(B) | 38.09º | 0.86% | 0.52% | - |
| XYZ | 13.52 | 12.51 | 2.27 | - |
| YUV | 95.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 18 | 0 | 0.32 | 0.86 | 0.48 | 38.09 | 0.76 | 0.3 |
| Hex | 85 | 5B | 12 | 0 | 20 | 56 | 30 | 26 | 4C | 1E |
| Octal | 205 | 133 | 22 | 0 | 40 | 126 | 60 | 46 | 114 | 36 |
| Binary | 10000101 | 1011011 | 10010 | 0 | 100000 | 1010110 | 110000 | 100110 | 1001100 | 11110 |
Color Harmonies of #855B12
Complementary color
Monochromatic Colors of #855B12
Black with #855B12
Text Example
Text Example
White with #855B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855B12; }
p { color: rgb(133,91,18); }
H1.HeaderClassName
{
color: #855B12;
}
.AnyTagClassName
{
color: #855B12;
}
</style>
background-color css
<style>
a { background-color: #855B12; }
a { background-color: rgb(133,91,18); }
div.DivClassName
{
background-color: #855B12;
}
.BgClassName
{
background-color: #855B12;
}
</style>
border-color css
<style>
span { border-color: #855B12; }
span { border-color: rgb(133,91,18); }
td.TdClassName
{
border-color: #855B12;
}
.TagClassName
{
border-color: #855B12;
}
</style>