Html Css Color HEX #C17924 Pirate Gold

📋 copy color: '#C17924'

red 193 ◦ green 121 ◦ blue 36

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

Shades of Pirate Gold #C17924

Tints of Pirate Gold #C17924

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.57%

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

R = 55.14%
G = 34.57%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C17924 (or 0xC17924) is known color: Pirate Gold. HEX triplet: C1, 79 and 24. RGB value is (193,121,36). Sum of RGB (Red+Green+Blue) = 193+121+36=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C17924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17924 is #3E86DB. Grayscale: #858585. Windows color (decimal): -4097756 or 2390465. OLE color: 2390465.

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

Color convert

RGB 193 121 36 -
CMYK 0 0.37 0.81 0.24
HSL 32.48º 0.69% 0.45% -
HSV(B) 32.48º 0.81% 0.76% -
XYZ 29.15 25.14 4.99 -
YUV 132.84 73.35 170.91 -
System Red Green Blue C M Y K H S L
Decimal 193 121 36 0 0.37 0.81 0.24 32.48 0.69 0.45
Hex C1 79 24 0 25 51 18 20 45 2D
Octal 301 171 44 0 45 121 30 40 105 55
Binary 11000001 1111001 100100 0 100101 1010001 11000 100000 1000101 101101

Color Harmonies of #C17924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17924

Black with #C17924

Text Example


Text Example

White with #C17924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17924; }

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

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

background-color css

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

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

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

border-color css

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

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

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