Shades of Dark Goldenrod #C3750C
Tints of Dark Goldenrod #C3750C
RGB
CMYK
RGB Variations
Color information
#C3750C (or 0xC3750C) is known color: Dark Goldenrod. HEX triplet: C3, 75 and 0C. RGB value is (195,117,12). Sum of RGB (Red+Green+Blue) = 195+117+12=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C3750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3750C is #3C8AF3. Grayscale: #808080. Windows color (decimal): -3967732 or 816579. OLE color: 816579.
HSL color Cylindrical-coordinate representation of color #C3750C: hue angle of 34.43º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3750C is Cyan = 0, Magento = 0.4, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 12 | - |
| CMYK | 0 | 0.4 | 0.94 | 0.24 |
| HSL | 34.43º | 0.88% | 0.41% | - |
| HSV(B) | 34.43º | 0.94% | 0.76% | - |
| XYZ | 28.93 | 24.35 | 3.52 | - |
| YUV | 128.35 | 62.34 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 12 | 0 | 0.4 | 0.94 | 0.24 | 34.43 | 0.88 | 0.41 |
| Hex | C3 | 75 | C | 0 | 28 | 5E | 18 | 22 | 58 | 29 |
| Octal | 303 | 165 | 14 | 0 | 50 | 136 | 30 | 42 | 130 | 51 |
| Binary | 11000011 | 1110101 | 1100 | 0 | 101000 | 1011110 | 11000 | 100010 | 1011000 | 101001 |
Color Harmonies of #C3750C
Complementary color
Monochromatic Colors of #C3750C
Black with #C3750C
Text Example
Text Example
White with #C3750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3750C; }
p { color: rgb(195,117,12); }
H1.HeaderClassName
{
color: #C3750C;
}
.AnyTagClassName
{
color: #C3750C;
}
</style>
background-color css
<style>
a { background-color: #C3750C; }
a { background-color: rgb(195,117,12); }
div.DivClassName
{
background-color: #C3750C;
}
.BgClassName
{
background-color: #C3750C;
}
</style>
border-color css
<style>
span { border-color: #C3750C; }
span { border-color: rgb(195,117,12); }
td.TdClassName
{
border-color: #C3750C;
}
.TagClassName
{
border-color: #C3750C;
}
</style>