#c17523

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

Shades of Pirate Gold #C17523

Tints of Pirate Gold #C17523

Color information

#C17523 (or 0xC17523) is unknown color: approx Pirate Gold. HEX triplet: C1, 75 and 23. RGB value is (193,117,35). Sum of RGB (Red+Green+Blue) = 193+117+35=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C17523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17523 is #3E8ADC. Grayscale: #828282. Windows color (decimal): -4098781 or 2323905. OLE color: 2323905.

HSL color Cylindrical-coordinate representation of color #C17523: hue angle of 31.14º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C17523 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB19311735-
CMYK00.390.820.24
HSL31.14º69.3%44.71%-
HSV(B)31.14º81.87%75.69%-
XYZ28.6624.184.75-
YUV130.3874.18172.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.94%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 35 (14.06% from 255) = 10.14%
R=55.94%
G=33.91%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931173500.390.820.2431.1469.344.71
HexC1752302752181f452d
Octal30116543047122303710555
Binary1100000111101011000110100111101001011000111111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c17523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c17523; }

 p { color: rgb(193,117,35); }

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

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

 a { background-color: rgb(193,117,35); }

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

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

 span { border-color: rgb(193,117,35); }

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