Shades of Dark Wood #85674A
Tints of Dark Wood #85674A
RGB
CMYK
RGB Variations
Color information
#85674A (or 0x85674A) is known color: Dark Wood. HEX triplet: 85, 67 and 4A. RGB value is (133,103,74). Sum of RGB (Red+Green+Blue) = 133+103+74=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85674A is #7A98B5. Grayscale: #6C6C6C. Windows color (decimal): -8034486 or 4876165. OLE color: 4876165.
HSL color Cylindrical-coordinate representation of color #85674A: hue angle of 29.49º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85674A is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 103 | 74 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.48 |
| HSL | 29.49º | 0.29% | 0.41% | - |
| HSV(B) | 29.49º | 0.44% | 0.52% | - |
| XYZ | 15.76 | 15.18 | 8.58 | - |
| YUV | 108.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 103 | 74 | 0 | 0.23 | 0.44 | 0.48 | 29.49 | 0.29 | 0.41 |
| Hex | 85 | 67 | 4A | 0 | 17 | 2C | 30 | 1D | 1D | 29 |
| Octal | 205 | 147 | 112 | 0 | 27 | 54 | 60 | 35 | 35 | 51 |
| Binary | 10000101 | 1100111 | 1001010 | 0 | 10111 | 101100 | 110000 | 11101 | 11101 | 101001 |
Color Harmonies of #85674A
Complementary color
Monochromatic Colors of #85674A
Black with #85674A
Text Example
Text Example
White with #85674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85674A; }
p { color: rgb(133,103,74); }
H1.HeaderClassName
{
color: #85674A;
}
.AnyTagClassName
{
color: #85674A;
}
</style>
background-color css
<style>
a { background-color: #85674A; }
a { background-color: rgb(133,103,74); }
div.DivClassName
{
background-color: #85674A;
}
.BgClassName
{
background-color: #85674A;
}
</style>
border-color css
<style>
span { border-color: #85674A; }
span { border-color: rgb(133,103,74); }
td.TdClassName
{
border-color: #85674A;
}
.TagClassName
{
border-color: #85674A;
}
</style>