Shades of Golden Brown #855C12
Tints of Golden Brown #855C12
RGB
CMYK
RGB Variations
Color information
#855C12 (or 0x855C12) is known color: Golden Brown. HEX triplet: 85, 5C and 12. RGB value is (133,92,18). Sum of RGB (Red+Green+Blue) = 133+92+18=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #855C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855C12 is #7AA3ED. Grayscale: #606060. Windows color (decimal): -8037358 or 1203333. OLE color: 1203333.
HSL color Cylindrical-coordinate representation of color #855C12: hue angle of 38.61º 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 #855C12 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 18 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.48 |
| HSL | 38.61º | 0.76% | 0.3% | - |
| HSV(B) | 38.61º | 0.86% | 0.52% | - |
| XYZ | 13.61 | 12.68 | 2.3 | - |
| YUV | 95.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 18 | 0 | 0.31 | 0.86 | 0.48 | 38.61 | 0.76 | 0.3 |
| Hex | 85 | 5C | 12 | 0 | 1F | 56 | 30 | 27 | 4C | 1E |
| Octal | 205 | 134 | 22 | 0 | 37 | 126 | 60 | 47 | 114 | 36 |
| Binary | 10000101 | 1011100 | 10010 | 0 | 11111 | 1010110 | 110000 | 100111 | 1001100 | 11110 |
Color Harmonies of #855C12
Complementary color
Monochromatic Colors of #855C12
Black with #855C12
Text Example
Text Example
White with #855C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C12; }
p { color: rgb(133,92,18); }
H1.HeaderClassName
{
color: #855C12;
}
.AnyTagClassName
{
color: #855C12;
}
</style>
background-color css
<style>
a { background-color: #855C12; }
a { background-color: rgb(133,92,18); }
div.DivClassName
{
background-color: #855C12;
}
.BgClassName
{
background-color: #855C12;
}
</style>
border-color css
<style>
span { border-color: #855C12; }
span { border-color: rgb(133,92,18); }
td.TdClassName
{
border-color: #855C12;
}
.TagClassName
{
border-color: #855C12;
}
</style>