Shades of Golden Brown #855C0A
Tints of Golden Brown #855C0A
RGB
CMYK
RGB Variations
Color information
#855C0A (or 0x855C0A) is known color: Golden Brown. HEX triplet: 85, 5C and 0A. RGB value is (133,92,10). Sum of RGB (Red+Green+Blue) = 133+92+10=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #855C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855C0A is #7AA3F5. Grayscale: #5F5F5F. Windows color (decimal): -8037366 or 679045. OLE color: 679045.
HSL color Cylindrical-coordinate representation of color #855C0A: hue angle of 40º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #855C0A is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 10 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.48 |
| HSL | 40º | 0.86% | 0.28% | - |
| HSV(B) | 40º | 0.92% | 0.52% | - |
| XYZ | 13.55 | 12.66 | 2.02 | - |
| YUV | 94.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 10 | 0 | 0.31 | 0.92 | 0.48 | 40 | 0.86 | 0.28 |
| Hex | 85 | 5C | A | 0 | 1F | 5C | 30 | 28 | 56 | 1C |
| Octal | 205 | 134 | 12 | 0 | 37 | 134 | 60 | 50 | 126 | 34 |
| Binary | 10000101 | 1011100 | 1010 | 0 | 11111 | 1011100 | 110000 | 101000 | 1010110 | 11100 |
Color Harmonies of #855C0A
Complementary color
Monochromatic Colors of #855C0A
Black with #855C0A
Text Example
Text Example
White with #855C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C0A; }
p { color: rgb(133,92,10); }
H1.HeaderClassName
{
color: #855C0A;
}
.AnyTagClassName
{
color: #855C0A;
}
</style>
background-color css
<style>
a { background-color: #855C0A; }
a { background-color: rgb(133,92,10); }
div.DivClassName
{
background-color: #855C0A;
}
.BgClassName
{
background-color: #855C0A;
}
</style>
border-color css
<style>
span { border-color: #855C0A; }
span { border-color: rgb(133,92,10); }
td.TdClassName
{
border-color: #855C0A;
}
.TagClassName
{
border-color: #855C0A;
}
</style>