Shades of Pirate Gold #C37A28
Tints of Pirate Gold #C37A28
RGB
CMYK
RGB Variations
Color information
#C37A28 (or 0xC37A28) is known color: Pirate Gold. HEX triplet: C3, 7A and 28. RGB value is (195,122,40). Sum of RGB (Red+Green+Blue) = 195+122+40=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37A28 is #3C85D7. Grayscale: #868686. Windows color (decimal): -3966424 or 2652867. OLE color: 2652867.
HSL color Cylindrical-coordinate representation of color #C37A28: hue angle of 31.74º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C37A28 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 40 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.24 |
| HSL | 31.74º | 0.66% | 0.46% | - |
| HSV(B) | 31.74º | 0.79% | 0.76% | - |
| XYZ | 29.85 | 25.67 | 5.39 | - |
| YUV | 134.48 | 74.68 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 40 | 0 | 0.37 | 0.79 | 0.24 | 31.74 | 0.66 | 0.46 |
| Hex | C3 | 7A | 28 | 0 | 25 | 4F | 18 | 20 | 42 | 2E |
| Octal | 303 | 172 | 50 | 0 | 45 | 117 | 30 | 40 | 102 | 56 |
| Binary | 11000011 | 1111010 | 101000 | 0 | 100101 | 1001111 | 11000 | 100000 | 1000010 | 101110 |
Color Harmonies of #C37A28
Complementary color
Monochromatic Colors of #C37A28
Black with #C37A28
Text Example
Text Example
White with #C37A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A28; }
p { color: rgb(195,122,40); }
H1.HeaderClassName
{
color: #C37A28;
}
.AnyTagClassName
{
color: #C37A28;
}
</style>
background-color css
<style>
a { background-color: #C37A28; }
a { background-color: rgb(195,122,40); }
div.DivClassName
{
background-color: #C37A28;
}
.BgClassName
{
background-color: #C37A28;
}
</style>
border-color css
<style>
span { border-color: #C37A28; }
span { border-color: rgb(195,122,40); }
td.TdClassName
{
border-color: #C37A28;
}
.TagClassName
{
border-color: #C37A28;
}
</style>