#C17821

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

Shades of Pirate Gold #C17821

Tints of Pirate Gold #C17821

Color information

#C17821 (or 0xC17821) is unknown color: approx Pirate Gold. HEX triplet: C1, 78 and 21. RGB value is (193,120,33). Sum of RGB (Red+Green+Blue) = 193+120+33=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C17821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17821 is #3E87DE. Grayscale: #848484. Windows color (decimal): -4098015 or 2193601. OLE color: 2193601.

HSL color Cylindrical-coordinate representation of color #C17821: hue angle of 32.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C17821 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB19312033-
CMYK00.380.830.24
HSL32.62º70.8%44.31%-
HSV(B)32.62º82.9%75.69%-
XYZ28.9824.884.71-
YUV131.9172.18171.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.78%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 33 (13.28% from 255) = 9.54%
R=55.78%
G=34.68%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931203300.380.830.2432.6270.844.31
HexC17821026531821472c
Octal30117041046123304110754
Binary11000001111100010000101001101010011110001000011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17821; }

 p { color: rgb(193,120,33); }

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

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

 a { background-color: rgb(193,120,33); }

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

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

 span { border-color: rgb(193,120,33); }

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