Shades of Dark Goldenrod #C3750D
Tints of Dark Goldenrod #C3750D
RGB
CMYK
RGB Variations
Color information
#C3750D (or 0xC3750D) is known color: Dark Goldenrod. HEX triplet: C3, 75 and 0D. RGB value is (195,117,13). Sum of RGB (Red+Green+Blue) = 195+117+13=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C3750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3750D is #3C8AF2. Grayscale: #808080. Windows color (decimal): -3967731 or 882115. OLE color: 882115.
HSL color Cylindrical-coordinate representation of color #C3750D: hue angle of 34.29º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3750D is Cyan = 0, Magento = 0.4, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 13 | - |
| CMYK | 0 | 0.4 | 0.93 | 0.24 |
| HSL | 34.29º | 0.88% | 0.41% | - |
| HSV(B) | 34.29º | 0.93% | 0.76% | - |
| XYZ | 28.94 | 24.35 | 3.56 | - |
| YUV | 128.47 | 62.84 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 13 | 0 | 0.4 | 0.93 | 0.24 | 34.29 | 0.88 | 0.41 |
| Hex | C3 | 75 | D | 0 | 28 | 5D | 18 | 22 | 58 | 29 |
| Octal | 303 | 165 | 15 | 0 | 50 | 135 | 30 | 42 | 130 | 51 |
| Binary | 11000011 | 1110101 | 1101 | 0 | 101000 | 1011101 | 11000 | 100010 | 1011000 | 101001 |
Color Harmonies of #C3750D
Complementary color
Monochromatic Colors of #C3750D
Black with #C3750D
Text Example
Text Example
White with #C3750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3750D; }
p { color: rgb(195,117,13); }
H1.HeaderClassName
{
color: #C3750D;
}
.AnyTagClassName
{
color: #C3750D;
}
</style>
background-color css
<style>
a { background-color: #C3750D; }
a { background-color: rgb(195,117,13); }
div.DivClassName
{
background-color: #C3750D;
}
.BgClassName
{
background-color: #C3750D;
}
</style>
border-color css
<style>
span { border-color: #C3750D; }
span { border-color: rgb(195,117,13); }
td.TdClassName
{
border-color: #C3750D;
}
.TagClassName
{
border-color: #C3750D;
}
</style>