Html Css Color HEX #C17724 Pirate Gold

📋 copy color: '#C17724'

red 193 ◦ green 119 ◦ blue 36

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

Shades of Pirate Gold #C17724

Tints of Pirate Gold #C17724

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.2%

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

R = 55.46%
G = 34.2%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C17724 (or 0xC17724) is known color: Pirate Gold. HEX triplet: C1, 77 and 24. RGB value is (193,119,36). Sum of RGB (Red+Green+Blue) = 193+119+36=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C17724 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17724 is #3E88DB. Grayscale: #848484. Windows color (decimal): -4098268 or 2389953. OLE color: 2389953.

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

Color convert

RGB 193 119 36 -
CMYK 0 0.38 0.81 0.24
HSL 31.72º 0.69% 0.45% -
HSV(B) 31.72º 0.81% 0.76% -
XYZ 28.91 24.66 4.91 -
YUV 131.66 74.02 171.75 -
System Red Green Blue C M Y K H S L
Decimal 193 119 36 0 0.38 0.81 0.24 31.72 0.69 0.45
Hex C1 77 24 0 26 51 18 20 45 2D
Octal 301 167 44 0 46 121 30 40 105 55
Binary 11000001 1110111 100100 0 100110 1010001 11000 100000 1000101 101101

Color Harmonies of #C17724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17724

Black with #C17724

Text Example


Text Example

White with #C17724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17724; }

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

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

background-color css

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

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

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

border-color css

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

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

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