#C17728

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

Shades of Pirate Gold #C17728

Tints of Pirate Gold #C17728

Color information

#C17728 (or 0xC17728) is unknown color: approx Pirate Gold. HEX triplet: C1, 77 and 28. RGB value is (193,119,40). Sum of RGB (Red+Green+Blue) = 193+119+40=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C17728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17728 is #3E88D7. Grayscale: #848484. Windows color (decimal): -4098264 or 2652097. OLE color: 2652097.

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

Color convert

RGB19311940-
CMYK00.380.790.24
HSL30.98º65.67%45.69%-
HSV(B)30.98º79.27%75.69%-
XYZ28.9724.685.25-
YUV132.1276.02171.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.83%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 40 (16.02% from 255) = 11.36%
R=54.83%
G=33.81%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931194000.380.790.2430.9865.6745.69
HexC177280264F181f422e
Octal30116750046117303710256
Binary1100000111101111010000100110100111111000111111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17728; }

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

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

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

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

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

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

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

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