Shades of Golden Brown #855D09
Tints of Golden Brown #855D09
RGB
CMYK
RGB Variations
Color information
#855D09 (or 0x855D09) is known color: Golden Brown. HEX triplet: 85, 5D and 09. RGB value is (133,93,9). Sum of RGB (Red+Green+Blue) = 133+93+9=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #855D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855D09 is #7AA2F6. Grayscale: #5F5F5F. Windows color (decimal): -8037111 or 613765. OLE color: 613765.
HSL color Cylindrical-coordinate representation of color #855D09: hue angle of 40.65º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #855D09 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 9 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.48 |
| HSL | 40.65º | 0.87% | 0.28% | - |
| HSV(B) | 40.65º | 0.93% | 0.52% | - |
| XYZ | 13.64 | 12.83 | 2.02 | - |
| YUV | 95.38 | 79.25 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 9 | 0 | 0.30 | 0.93 | 0.48 | 40.65 | 0.87 | 0.28 |
| Hex | 85 | 5D | 9 | 0 | 1E | 5D | 30 | 29 | 57 | 1C |
| Octal | 205 | 135 | 11 | 0 | 36 | 135 | 60 | 51 | 127 | 34 |
| Binary | 10000101 | 1011101 | 1001 | 0 | 11110 | 1011101 | 110000 | 101001 | 1010111 | 11100 |
Color Harmonies of #855D09
Complementary color
Monochromatic Colors of #855D09
Black with #855D09
Text Example
Text Example
White with #855D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D09; }
p { color: rgb(133,93,9); }
H1.HeaderClassName
{
color: #855D09;
}
.AnyTagClassName
{
color: #855D09;
}
</style>
background-color css
<style>
a { background-color: #855D09; }
a { background-color: rgb(133,93,9); }
div.DivClassName
{
background-color: #855D09;
}
.BgClassName
{
background-color: #855D09;
}
</style>
border-color css
<style>
span { border-color: #855D09; }
span { border-color: rgb(133,93,9); }
td.TdClassName
{
border-color: #855D09;
}
.TagClassName
{
border-color: #855D09;
}
</style>