Shades of Dark Wood #83644B
Tints of Dark Wood #83644B
RGB
CMYK
RGB Variations
Color information
#83644B (or 0x83644B) is known color: Dark Wood. HEX triplet: 83, 64 and 4B. RGB value is (131,100,75). Sum of RGB (Red+Green+Blue) = 131+100+75=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #83644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83644B is #7C9BB4. Grayscale: #6A6A6A. Windows color (decimal): -8166325 or 4940931. OLE color: 4940931.
HSL color Cylindrical-coordinate representation of color #83644B: hue angle of 26.79º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83644B is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 100 | 75 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.49 |
| HSL | 26.79º | 0.27% | 0.4% | - |
| HSV(B) | 26.79º | 0.43% | 0.51% | - |
| XYZ | 15.19 | 14.45 | 8.64 | - |
| YUV | 106.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 100 | 75 | 0 | 0.24 | 0.43 | 0.49 | 26.79 | 0.27 | 0.4 |
| Hex | 83 | 64 | 4B | 0 | 18 | 2B | 31 | 1B | 1B | 28 |
| Octal | 203 | 144 | 113 | 0 | 30 | 53 | 61 | 33 | 33 | 50 |
| Binary | 10000011 | 1100100 | 1001011 | 0 | 11000 | 101011 | 110001 | 11011 | 11011 | 101000 |
Color Harmonies of #83644B
Complementary color
Monochromatic Colors of #83644B
Black with #83644B
Text Example
Text Example
White with #83644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83644B; }
p { color: rgb(131,100,75); }
H1.HeaderClassName
{
color: #83644B;
}
.AnyTagClassName
{
color: #83644B;
}
</style>
background-color css
<style>
a { background-color: #83644B; }
a { background-color: rgb(131,100,75); }
div.DivClassName
{
background-color: #83644B;
}
.BgClassName
{
background-color: #83644B;
}
</style>
border-color css
<style>
span { border-color: #83644B; }
span { border-color: rgb(131,100,75); }
td.TdClassName
{
border-color: #83644B;
}
.TagClassName
{
border-color: #83644B;
}
</style>