Shades of Golden Brown #855A0D
Tints of Golden Brown #855A0D
RGB
CMYK
RGB Variations
Color information
#855A0D (or 0x855A0D) is known color: Golden Brown. HEX triplet: 85, 5A and 0D. RGB value is (133,90,13). Sum of RGB (Red+Green+Blue) = 133+90+13=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #855A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855A0D is #7AA5F2. Grayscale: #5E5E5E. Windows color (decimal): -8037875 or 875141. OLE color: 875141.
HSL color Cylindrical-coordinate representation of color #855A0D: hue angle of 38.5º 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 #855A0D is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 13 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.48 |
| HSL | 38.5º | 0.82% | 0.29% | - |
| HSV(B) | 38.5º | 0.9% | 0.52% | - |
| XYZ | 13.4 | 12.33 | 2.05 | - |
| YUV | 94.08 | 82.25 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 13 | 0 | 0.32 | 0.90 | 0.48 | 38.5 | 0.82 | 0.29 |
| Hex | 85 | 5A | D | 0 | 20 | 5A | 30 | 26 | 52 | 1D |
| Octal | 205 | 132 | 15 | 0 | 40 | 132 | 60 | 46 | 122 | 35 |
| Binary | 10000101 | 1011010 | 1101 | 0 | 100000 | 1011010 | 110000 | 100110 | 1010010 | 11101 |
Color Harmonies of #855A0D
Complementary color
Monochromatic Colors of #855A0D
Black with #855A0D
Text Example
Text Example
White with #855A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A0D; }
p { color: rgb(133,90,13); }
H1.HeaderClassName
{
color: #855A0D;
}
.AnyTagClassName
{
color: #855A0D;
}
</style>
background-color css
<style>
a { background-color: #855A0D; }
a { background-color: rgb(133,90,13); }
div.DivClassName
{
background-color: #855A0D;
}
.BgClassName
{
background-color: #855A0D;
}
</style>
border-color css
<style>
span { border-color: #855A0D; }
span { border-color: rgb(133,90,13); }
td.TdClassName
{
border-color: #855A0D;
}
.TagClassName
{
border-color: #855A0D;
}
</style>