Shades of Copper #D7836B
Tints of Copper #D7836B
RGB
CMYK
RGB Variations
Color information
#D7836B (or 0xD7836B) is known color: Copper. HEX triplet: D7, 83 and 6B. RGB value is (215,131,107). Sum of RGB (Red+Green+Blue) = 215+131+107=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D7836B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7836B is #287C94. Grayscale: #999999. Windows color (decimal): -2653333 or 7046103. OLE color: 7046103.
HSL color Cylindrical-coordinate representation of color #D7836B: hue angle of 13.33º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7836B is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 131 | 107 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.16 |
| HSL | 13.33º | 0.57% | 0.63% | - |
| HSV(B) | 13.33º | 0.5% | 0.84% | - |
| XYZ | 38.79 | 31.74 | 17.99 | - |
| YUV | 153.38 | 101.83 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 131 | 107 | 0 | 0.39 | 0.50 | 0.16 | 13.33 | 0.57 | 0.63 |
| Hex | D7 | 83 | 6B | 0 | 27 | 32 | 10 | D | 39 | 3F |
| Octal | 327 | 203 | 153 | 0 | 47 | 62 | 20 | 15 | 71 | 77 |
| Binary | 11010111 | 10000011 | 1101011 | 0 | 100111 | 110010 | 10000 | 1101 | 111001 | 111111 |
Color Harmonies of #D7836B
Complementary color
Monochromatic Colors of #D7836B
Black with #D7836B
Text Example
Text Example
White with #D7836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7836B; }
p { color: rgb(215,131,107); }
H1.HeaderClassName
{
color: #D7836B;
}
.AnyTagClassName
{
color: #D7836B;
}
</style>
background-color css
<style>
a { background-color: #D7836B; }
a { background-color: rgb(215,131,107); }
div.DivClassName
{
background-color: #D7836B;
}
.BgClassName
{
background-color: #D7836B;
}
</style>
border-color css
<style>
span { border-color: #D7836B; }
span { border-color: rgb(215,131,107); }
td.TdClassName
{
border-color: #D7836B;
}
.TagClassName
{
border-color: #D7836B;
}
</style>