#C27628

Color #C27628 Pirate Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pirate Gold #C27628

Tints of Pirate Gold #C27628

Color information

#C27628 (or 0xC27628) is unknown color: approx Pirate Gold. HEX triplet: C2, 76 and 28. RGB value is (194,118,40). Sum of RGB (Red+Green+Blue) = 194+118+40=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C27628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27628 is #3D89D7. Grayscale: #848484. Windows color (decimal): -4032984 or 2651842. OLE color: 2651842.

HSL color Cylindrical-coordinate representation of color #C27628: hue angle of 30.39º 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 #C27628 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB19411840-
CMYK00.390.790.24
HSL30.39º65.81%45.88%-
HSV(B)30.39º79.38%76.08%-
XYZ29.1124.585.22-
YUV131.8376.18172.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 55.11%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 40 (16.02% from 255) = 11.36%
R=55.11%
G=33.52%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941184000.390.790.2430.3965.8145.88
HexC276280274F181e422e
Octal30216650047117303610256
Binary1100001011101101010000100111100111111000111101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27628; }

 p { color: rgb(194,118,40); }

 H1.HeaderClassName
 {
   color: #C27628;
 }
 .AnyTagClassName
 {
   color: #C27628;
 }
</style>
background-color css

<style>
 a { background-color: #C27628; }

 a { background-color: rgb(194,118,40); }

 div.DivClassName
 {
   background-color: #C27628;
 }
 .BgClassName
 {
   background-color: #C27628;
 }
</style>
border-color css

<style>
 span { border-color: #C27628; }

 span { border-color: rgb(194,118,40); }

 td.TdClassName
 {
   border-color: #C27628;
 }
 .TagClassName
 {
   border-color: #C27628;
 }
</style>