Shades of Golden Brown #855F04
Tints of Golden Brown #855F04
RGB
CMYK
RGB Variations
Color information
#855F04 (or 0x855F04) is known color: Golden Brown. HEX triplet: 85, 5F and 04. RGB value is (133,95,4). Sum of RGB (Red+Green+Blue) = 133+95+4=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #855F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855F04 is #7AA0FB. Grayscale: #606060. Windows color (decimal): -8036604 or 286597. OLE color: 286597.
HSL color Cylindrical-coordinate representation of color #855F04: hue angle of 42.33º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #855F04 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 95 | 4 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.48 |
| HSL | 42.33º | 0.94% | 0.27% | - |
| HSV(B) | 42.33º | 0.97% | 0.52% | - |
| XYZ | 13.79 | 13.18 | 1.93 | - |
| YUV | 95.99 | 76.09 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 4 | 0 | 0.29 | 0.97 | 0.48 | 42.33 | 0.94 | 0.27 |
| Hex | 85 | 5F | 4 | 0 | 1D | 61 | 30 | 2A | 5E | 1B |
| Octal | 205 | 137 | 4 | 0 | 35 | 141 | 60 | 52 | 136 | 33 |
| Binary | 10000101 | 1011111 | 100 | 0 | 11101 | 1100001 | 110000 | 101010 | 1011110 | 11011 |
Color Harmonies of #855F04
Complementary color
Monochromatic Colors of #855F04
Black with #855F04
Text Example
Text Example
White with #855F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855F04; }
p { color: rgb(133,95,4); }
H1.HeaderClassName
{
color: #855F04;
}
.AnyTagClassName
{
color: #855F04;
}
</style>
background-color css
<style>
a { background-color: #855F04; }
a { background-color: rgb(133,95,4); }
div.DivClassName
{
background-color: #855F04;
}
.BgClassName
{
background-color: #855F04;
}
</style>
border-color css
<style>
span { border-color: #855F04; }
span { border-color: rgb(133,95,4); }
td.TdClassName
{
border-color: #855F04;
}
.TagClassName
{
border-color: #855F04;
}
</style>