#C17D24

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

Shades of Pirate Gold #C17D24

Tints of Pirate Gold #C17D24

Color information

#C17D24 (or 0xC17D24) is unknown color: approx Pirate Gold. HEX triplet: C1, 7D and 24. RGB value is (193,125,36). Sum of RGB (Red+Green+Blue) = 193+125+36=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17D24 is #3E82DB. Grayscale: #878787. Windows color (decimal): -4096732 or 2391489. OLE color: 2391489.

HSL color Cylindrical-coordinate representation of color #C17D24: hue angle of 34.01º degrees, saturation: 0.69, 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 #C17D24 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB19312536-
CMYK00.350.810.24
HSL34.01º68.56%44.9%-
HSV(B)34.01º81.35%75.69%-
XYZ29.6426.135.15-
YUV135.1972.03169.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.52%
GREEN value IS 125 (49.22% from 255) = 35.31%
BLUE value IS 36 (14.45% from 255) = 10.17%
R=54.52%
G=35.31%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931253600.350.810.2434.0168.5644.9
HexC17D24023511822452d
Octal30117544043121304210555
Binary11000001111110110010001000111010001110001000101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17D24; }

 p { color: rgb(193,125,36); }

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

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

 a { background-color: rgb(193,125,36); }

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

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

 span { border-color: rgb(193,125,36); }

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