#c17922

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

Shades of Pirate Gold #C17922

Tints of Pirate Gold #C17922

Color information

#C17922 (or 0xC17922) is unknown color: approx Pirate Gold. HEX triplet: C1, 79 and 22. RGB value is (193,121,34). Sum of RGB (Red+Green+Blue) = 193+121+34=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C17922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17922 is #3E86DD. Grayscale: #858585. Windows color (decimal): -4097758 or 2259393. OLE color: 2259393.

HSL color Cylindrical-coordinate representation of color #C17922: hue angle of 32.83º degrees, saturation: 0.7, 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 #C17922 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB19312134-
CMYK00.370.820.24
HSL32.83º70.04%44.51%-
HSV(B)32.83º82.38%75.69%-
XYZ29.1225.134.83-
YUV132.6172.35171.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.46%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 34 (13.67% from 255) = 9.77%
R=55.46%
G=34.77%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931213400.370.820.2432.8370.0444.51
HexC17922025521821462d
Octal30117142045122304110655
Binary11000001111100110001001001011010010110001000011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c17922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c17922; }

 p { color: rgb(193,121,34); }

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

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

 a { background-color: rgb(193,121,34); }

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

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

 span { border-color: rgb(193,121,34); }

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