#C27428

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

Shades of Pirate Gold #C27428

Tints of Pirate Gold #C27428

Color information

#C27428 (or 0xC27428) is unknown color: approx Pirate Gold. HEX triplet: C2, 74 and 28. RGB value is (194,116,40). Sum of RGB (Red+Green+Blue) = 194+116+40=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C27428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27428 is #3D8BD7. Grayscale: #838383. Windows color (decimal): -4033496 or 2651330. OLE color: 2651330.

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

Color convert

RGB19411640-
CMYK00.400.790.24
HSL29.61º65.81%45.88%-
HSV(B)29.61º79.38%76.08%-
XYZ28.8824.115.14-
YUV130.6676.84173.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.43%
GREEN value IS 116 (45.70% from 255) = 33.14%
BLUE value IS 40 (16.02% from 255) = 11.43%
R=55.43%
G=33.14%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941164000.400.790.2429.6165.8145.88
HexC274280284F181e422e
Octal30216450050117303610256
Binary1100001011101001010000101000100111111000111101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27428; }

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

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

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

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

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

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

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

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