Shades of Dark Wood #83634D
Tints of Dark Wood #83634D
RGB
CMYK
RGB Variations
Color information
#83634D (or 0x83634D) is known color: Dark Wood. HEX triplet: 83, 63 and 4D. RGB value is (131,99,77). Sum of RGB (Red+Green+Blue) = 131+99+77=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83634D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83634D is #7C9CB2. Grayscale: #6A6A6A. Windows color (decimal): -8166579 or 5071747. OLE color: 5071747.
HSL color Cylindrical-coordinate representation of color #83634D: hue angle of 24.44º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83634D is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 99 | 77 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.49 |
| HSL | 24.44º | 0.26% | 0.41% | - |
| HSV(B) | 24.44º | 0.41% | 0.51% | - |
| XYZ | 15.16 | 14.28 | 8.98 | - |
| YUV | 106.06 | 111.6 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 99 | 77 | 0 | 0.24 | 0.41 | 0.49 | 24.44 | 0.26 | 0.41 |
| Hex | 83 | 63 | 4D | 0 | 18 | 29 | 31 | 18 | 1A | 29 |
| Octal | 203 | 143 | 115 | 0 | 30 | 51 | 61 | 30 | 32 | 51 |
| Binary | 10000011 | 1100011 | 1001101 | 0 | 11000 | 101001 | 110001 | 11000 | 11010 | 101001 |
Color Harmonies of #83634D
Complementary color
Monochromatic Colors of #83634D
Black with #83634D
Text Example
Text Example
White with #83634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83634D; }
p { color: rgb(131,99,77); }
H1.HeaderClassName
{
color: #83634D;
}
.AnyTagClassName
{
color: #83634D;
}
</style>
background-color css
<style>
a { background-color: #83634D; }
a { background-color: rgb(131,99,77); }
div.DivClassName
{
background-color: #83634D;
}
.BgClassName
{
background-color: #83634D;
}
</style>
border-color css
<style>
span { border-color: #83634D; }
span { border-color: rgb(131,99,77); }
td.TdClassName
{
border-color: #83634D;
}
.TagClassName
{
border-color: #83634D;
}
</style>