Html Css Color HEX #C17624 Pirate Gold

📋 copy color: '#C17624'

red 193 ◦ green 118 ◦ blue 36

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

Shades of Pirate Gold #C17624

Tints of Pirate Gold #C17624

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.01%

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

R = 55.62%
G = 34.01%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C17624 (or 0xC17624) is known color: Pirate Gold. HEX triplet: C1, 76 and 24. RGB value is (193,118,36). Sum of RGB (Red+Green+Blue) = 193+118+36=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C17624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17624 is #3E89DB. Grayscale: #838383. Windows color (decimal): -4098524 or 2389697. OLE color: 2389697.

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

Color convert

RGB 193 118 36 -
CMYK 0 0.39 0.81 0.24
HSL 31.34º 0.69% 0.45% -
HSV(B) 31.34º 0.81% 0.76% -
XYZ 28.79 24.42 4.87 -
YUV 131.08 74.35 172.17 -
System Red Green Blue C M Y K H S L
Decimal 193 118 36 0 0.39 0.81 0.24 31.34 0.69 0.45
Hex C1 76 24 0 27 51 18 1F 45 2D
Octal 301 166 44 0 47 121 30 37 105 55
Binary 11000001 1110110 100100 0 100111 1010001 11000 11111 1000101 101101

Color Harmonies of #C17624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17624

Black with #C17624

Text Example


Text Example

White with #C17624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17624; }

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

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

background-color css

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

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

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

border-color css

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

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

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