#C17228

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

Shades of Pirate Gold #C17228

Tints of Pirate Gold #C17228

Color information

#C17228 (or 0xC17228) is unknown color: approx Pirate Gold. HEX triplet: C1, 72 and 28. RGB value is (193,114,40). Sum of RGB (Red+Green+Blue) = 193+114+40=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C17228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17228 is #3E8DD7. Grayscale: #818181. Windows color (decimal): -4099544 or 2650817. OLE color: 2650817.

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

Color convert

RGB19311440-
CMYK00.410.790.24
HSL29.02º65.67%45.69%-
HSV(B)29.02º79.27%75.69%-
XYZ28.3923.535.05-
YUV129.1877.67173.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.62%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 40 (16.02% from 255) = 11.53%
R=55.62%
G=32.85%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931144000.410.790.2429.0265.6745.69
HexC172280294F181d422e
Octal30116250051117303510256
Binary1100000111100101010000101001100111111000111011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17228; }

 p { color: rgb(193,114,40); }

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

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

 a { background-color: rgb(193,114,40); }

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

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

 span { border-color: rgb(193,114,40); }

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