Shades of Golden Brown #855F0D
Tints of Golden Brown #855F0D
RGB
CMYK
RGB Variations
Color information
#855F0D (or 0x855F0D) is known color: Golden Brown. HEX triplet: 85, 5F and 0D. RGB value is (133,95,13). Sum of RGB (Red+Green+Blue) = 133+95+13=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #855F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855F0D is #7AA0F2. Grayscale: #616161. Windows color (decimal): -8036595 or 876421. OLE color: 876421.
HSL color Cylindrical-coordinate representation of color #855F0D: hue angle of 41º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #855F0D is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 95 | 13 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.48 |
| HSL | 41º | 0.82% | 0.29% | - |
| HSV(B) | 41º | 0.9% | 0.52% | - |
| XYZ | 13.84 | 13.2 | 2.2 | - |
| YUV | 97.01 | 80.59 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 13 | 0 | 0.29 | 0.90 | 0.48 | 41 | 0.82 | 0.29 |
| Hex | 85 | 5F | D | 0 | 1D | 5A | 30 | 29 | 52 | 1D |
| Octal | 205 | 137 | 15 | 0 | 35 | 132 | 60 | 51 | 122 | 35 |
| Binary | 10000101 | 1011111 | 1101 | 0 | 11101 | 1011010 | 110000 | 101001 | 1010010 | 11101 |
Color Harmonies of #855F0D
Complementary color
Monochromatic Colors of #855F0D
Black with #855F0D
Text Example
Text Example
White with #855F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855F0D; }
p { color: rgb(133,95,13); }
H1.HeaderClassName
{
color: #855F0D;
}
.AnyTagClassName
{
color: #855F0D;
}
</style>
background-color css
<style>
a { background-color: #855F0D; }
a { background-color: rgb(133,95,13); }
div.DivClassName
{
background-color: #855F0D;
}
.BgClassName
{
background-color: #855F0D;
}
</style>
border-color css
<style>
span { border-color: #855F0D; }
span { border-color: rgb(133,95,13); }
td.TdClassName
{
border-color: #855F0D;
}
.TagClassName
{
border-color: #855F0D;
}
</style>