Shades of Dark Goldenrod #C3730B
Tints of Dark Goldenrod #C3730B
RGB
CMYK
RGB Variations
Color information
#C3730B (or 0xC3730B) is known color: Dark Goldenrod. HEX triplet: C3, 73 and 0B. RGB value is (195,115,11). Sum of RGB (Red+Green+Blue) = 195+115+11=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C3730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3730B is #3C8CF4. Grayscale: #7F7F7F. Windows color (decimal): -3968245 or 750531. OLE color: 750531.
HSL color Cylindrical-coordinate representation of color #C3730B: hue angle of 33.91º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3730B is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 11 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.24 |
| HSL | 33.91º | 0.89% | 0.4% | - |
| HSV(B) | 33.91º | 0.94% | 0.76% | - |
| XYZ | 28.7 | 23.89 | 3.41 | - |
| YUV | 127.06 | 62.5 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 11 | 0 | 0.41 | 0.94 | 0.24 | 33.91 | 0.89 | 0.4 |
| Hex | C3 | 73 | B | 0 | 29 | 5E | 18 | 22 | 59 | 28 |
| Octal | 303 | 163 | 13 | 0 | 51 | 136 | 30 | 42 | 131 | 50 |
| Binary | 11000011 | 1110011 | 1011 | 0 | 101001 | 1011110 | 11000 | 100010 | 1011001 | 101000 |
Color Harmonies of #C3730B
Complementary color
Monochromatic Colors of #C3730B
Black with #C3730B
Text Example
Text Example
White with #C3730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3730B; }
p { color: rgb(195,115,11); }
H1.HeaderClassName
{
color: #C3730B;
}
.AnyTagClassName
{
color: #C3730B;
}
</style>
background-color css
<style>
a { background-color: #C3730B; }
a { background-color: rgb(195,115,11); }
div.DivClassName
{
background-color: #C3730B;
}
.BgClassName
{
background-color: #C3730B;
}
</style>
border-color css
<style>
span { border-color: #C3730B; }
span { border-color: rgb(195,115,11); }
td.TdClassName
{
border-color: #C3730B;
}
.TagClassName
{
border-color: #C3730B;
}
</style>