#C17625

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

Shades of Pirate Gold #C17625

Tints of Pirate Gold #C17625

Color information

#C17625 (or 0xC17625) is unknown color: approx Pirate Gold. HEX triplet: C1, 76 and 25. RGB value is (193,118,37). Sum of RGB (Red+Green+Blue) = 193+118+37=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C17625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17625 is #3E89DA. Grayscale: #838383. Windows color (decimal): -4098523 or 2455233. OLE color: 2455233.

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

Color convert

RGB19311837-
CMYK00.390.810.24
HSL31.15º67.83%45.1%-
HSV(B)31.15º80.83%75.69%-
XYZ28.824.434.95-
YUV131.1974.85172.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.46%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 37 (14.84% from 255) = 10.63%
R=55.46%
G=33.91%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931183700.390.810.2431.1567.8345.1
HexC1762502751181f442d
Octal30116645047121303710455
Binary1100000111101101001010100111101000111000111111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17625; }

 p { color: rgb(193,118,37); }

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

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

 a { background-color: rgb(193,118,37); }

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

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

 span { border-color: rgb(193,118,37); }

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