Shades of Golden Brown #855C11
Tints of Golden Brown #855C11
RGB
CMYK
RGB Variations
Color information
#855C11 (or 0x855C11) is known color: Golden Brown. HEX triplet: 85, 5C and 11. RGB value is (133,92,17). Sum of RGB (Red+Green+Blue) = 133+92+17=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #855C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855C11 is #7AA3EE. Grayscale: #606060. Windows color (decimal): -8037359 or 1137797. OLE color: 1137797.
HSL color Cylindrical-coordinate representation of color #855C11: hue angle of 38.79º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #855C11 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 17 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.48 |
| HSL | 38.79º | 0.77% | 0.29% | - |
| HSV(B) | 38.79º | 0.87% | 0.52% | - |
| XYZ | 13.6 | 12.68 | 2.26 | - |
| YUV | 95.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 17 | 0 | 0.31 | 0.87 | 0.48 | 38.79 | 0.77 | 0.29 |
| Hex | 85 | 5C | 11 | 0 | 1F | 57 | 30 | 27 | 4D | 1D |
| Octal | 205 | 134 | 21 | 0 | 37 | 127 | 60 | 47 | 115 | 35 |
| Binary | 10000101 | 1011100 | 10001 | 0 | 11111 | 1010111 | 110000 | 100111 | 1001101 | 11101 |
Color Harmonies of #855C11
Complementary color
Monochromatic Colors of #855C11
Black with #855C11
Text Example
Text Example
White with #855C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C11; }
p { color: rgb(133,92,17); }
H1.HeaderClassName
{
color: #855C11;
}
.AnyTagClassName
{
color: #855C11;
}
</style>
background-color css
<style>
a { background-color: #855C11; }
a { background-color: rgb(133,92,17); }
div.DivClassName
{
background-color: #855C11;
}
.BgClassName
{
background-color: #855C11;
}
</style>
border-color css
<style>
span { border-color: #855C11; }
span { border-color: rgb(133,92,17); }
td.TdClassName
{
border-color: #855C11;
}
.TagClassName
{
border-color: #855C11;
}
</style>