Shades of Dark Goldenrod #C0871B
Tints of Dark Goldenrod #C0871B
RGB
CMYK
RGB Variations
Color information
#C0871B (or 0xC0871B) is known color: Dark Goldenrod. HEX triplet: C0, 87 and 1B. RGB value is (192,135,27). Sum of RGB (Red+Green+Blue) = 192+135+27=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0871B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0871B is #3F78E4. Grayscale: #8C8C8C. Windows color (decimal): -4159717 or 1804224. OLE color: 1804224.
HSL color Cylindrical-coordinate representation of color #C0871B: hue angle of 39.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0871B is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 27 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.25 |
| HSL | 39.27º | 0.75% | 0.43% | - |
| HSV(B) | 39.27º | 0.86% | 0.75% | - |
| XYZ | 30.6 | 28.61 | 4.95 | - |
| YUV | 139.73 | 64.38 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 27 | 0 | 0.30 | 0.86 | 0.25 | 39.27 | 0.75 | 0.43 |
| Hex | C0 | 87 | 1B | 0 | 1E | 56 | 19 | 27 | 4B | 2B |
| Octal | 300 | 207 | 33 | 0 | 36 | 126 | 31 | 47 | 113 | 53 |
| Binary | 11000000 | 10000111 | 11011 | 0 | 11110 | 1010110 | 11001 | 100111 | 1001011 | 101011 |
Color Harmonies of #C0871B
Complementary color
Monochromatic Colors of #C0871B
Black with #C0871B
Text Example
Text Example
White with #C0871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0871B; }
p { color: rgb(192,135,27); }
H1.HeaderClassName
{
color: #C0871B;
}
.AnyTagClassName
{
color: #C0871B;
}
</style>
background-color css
<style>
a { background-color: #C0871B; }
a { background-color: rgb(192,135,27); }
div.DivClassName
{
background-color: #C0871B;
}
.BgClassName
{
background-color: #C0871B;
}
</style>
border-color css
<style>
span { border-color: #C0871B; }
span { border-color: rgb(192,135,27); }
td.TdClassName
{
border-color: #C0871B;
}
.TagClassName
{
border-color: #C0871B;
}
</style>