Html Css Color HEX #C17324 Pirate Gold

📋 copy color: '#C17324'

red 193 ◦ green 115 ◦ blue 36

#C17324
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pirate Gold #C17324

Tints of Pirate Gold #C17324

RGB

 RED value IS 193 (75.78% from 255) = 56.1%

 GREEN value IS 115 (45.31% from 255) = 33.43%

 BLUE value IS 36 (14.45% from 255) = 10.47%

R = 56.1%
G = 33.43%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C17324 (or 0xC17324) is known color: Pirate Gold. HEX triplet: C1, 73 and 24. RGB value is (193,115,36). Sum of RGB (Red+Green+Blue) = 193+115+36=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C17324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17324 is #3E8CDB. Grayscale: #818181. Windows color (decimal): -4099292 or 2388929. OLE color: 2388929.

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

Color convert

RGB 193 115 36 -
CMYK 0 0.40 0.81 0.24
HSL 30.19º 0.69% 0.45% -
HSV(B) 30.19º 0.81% 0.76% -
XYZ 28.44 23.73 4.75 -
YUV 129.32 75.34 173.42 -
System Red Green Blue C M Y K H S L
Decimal 193 115 36 0 0.40 0.81 0.24 30.19 0.69 0.45
Hex C1 73 24 0 28 51 18 1E 45 2D
Octal 301 163 44 0 50 121 30 36 105 55
Binary 11000001 1110011 100100 0 101000 1010001 11000 11110 1000101 101101

Color Harmonies of #C17324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17324

Black with #C17324

Text Example


Text Example

White with #C17324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17324; }

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

 H1.HeaderClassName
 {
   color: #C17324;
 }
 .AnyTagClassName
 {
   color: #C17324;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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