Shades of Dark Wood #85674B
Tints of Dark Wood #85674B
RGB
CMYK
RGB Variations
Color information
#85674B (or 0x85674B) is known color: Dark Wood. HEX triplet: 85, 67 and 4B. RGB value is (133,103,75). Sum of RGB (Red+Green+Blue) = 133+103+75=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85674B is #7A98B4. Grayscale: #6C6C6C. Windows color (decimal): -8034485 or 4941701. OLE color: 4941701.
HSL color Cylindrical-coordinate representation of color #85674B: hue angle of 28.97º degrees, saturation: 0.28, 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 #85674B is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 103 | 75 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.48 |
| HSL | 28.97º | 0.28% | 0.41% | - |
| HSV(B) | 28.97º | 0.44% | 0.52% | - |
| XYZ | 15.79 | 15.2 | 8.76 | - |
| YUV | 108.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 103 | 75 | 0 | 0.23 | 0.44 | 0.48 | 28.97 | 0.28 | 0.41 |
| Hex | 85 | 67 | 4B | 0 | 17 | 2C | 30 | 1D | 1C | 29 |
| Octal | 205 | 147 | 113 | 0 | 27 | 54 | 60 | 35 | 34 | 51 |
| Binary | 10000101 | 1100111 | 1001011 | 0 | 10111 | 101100 | 110000 | 11101 | 11100 | 101001 |
Color Harmonies of #85674B
Complementary color
Monochromatic Colors of #85674B
Black with #85674B
Text Example
Text Example
White with #85674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85674B; }
p { color: rgb(133,103,75); }
H1.HeaderClassName
{
color: #85674B;
}
.AnyTagClassName
{
color: #85674B;
}
</style>
background-color css
<style>
a { background-color: #85674B; }
a { background-color: rgb(133,103,75); }
div.DivClassName
{
background-color: #85674B;
}
.BgClassName
{
background-color: #85674B;
}
</style>
border-color css
<style>
span { border-color: #85674B; }
span { border-color: rgb(133,103,75); }
td.TdClassName
{
border-color: #85674B;
}
.TagClassName
{
border-color: #85674B;
}
</style>