Shades of Twine #CD8D4D
Tints of Twine #CD8D4D
RGB
CMYK
RGB Variations
Color information
#CD8D4D (or 0xCD8D4D) is known color: Twine. HEX triplet: CD, 8D and 4D. RGB value is (205,141,77). Sum of RGB (Red+Green+Blue) = 205+141+77=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8D4D is #3272B2. Grayscale: #999999. Windows color (decimal): -3306163 or 5082573. OLE color: 5082573.
HSL color Cylindrical-coordinate representation of color #CD8D4D: hue angle of 30º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD8D4D is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 141 | 77 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.20 |
| HSL | 30º | 0.56% | 0.55% | - |
| HSV(B) | 30º | 0.62% | 0.8% | - |
| XYZ | 36.04 | 32.56 | 11.41 | - |
| YUV | 152.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 141 | 77 | 0 | 0.31 | 0.62 | 0.20 | 30 | 0.56 | 0.55 |
| Hex | CD | 8D | 4D | 0 | 1F | 3E | 14 | 1E | 38 | 37 |
| Octal | 315 | 215 | 115 | 0 | 37 | 76 | 24 | 36 | 70 | 67 |
| Binary | 11001101 | 10001101 | 1001101 | 0 | 11111 | 111110 | 10100 | 11110 | 111000 | 110111 |
Color Harmonies of #CD8D4D
Complementary color
Monochromatic Colors of #CD8D4D
Black with #CD8D4D
Text Example
Text Example
White with #CD8D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8D4D; }
p { color: rgb(205,141,77); }
H1.HeaderClassName
{
color: #CD8D4D;
}
.AnyTagClassName
{
color: #CD8D4D;
}
</style>
background-color css
<style>
a { background-color: #CD8D4D; }
a { background-color: rgb(205,141,77); }
div.DivClassName
{
background-color: #CD8D4D;
}
.BgClassName
{
background-color: #CD8D4D;
}
</style>
border-color css
<style>
span { border-color: #CD8D4D; }
span { border-color: rgb(205,141,77); }
td.TdClassName
{
border-color: #CD8D4D;
}
.TagClassName
{
border-color: #CD8D4D;
}
</style>