Html Css Color HEX #C17524 Pirate Gold

📋 copy color: '#C17524'

red 193 ◦ green 117 ◦ blue 36

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

Shades of Pirate Gold #C17524

Tints of Pirate Gold #C17524

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

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

R = 55.78%
G = 33.82%
B = 10.4%

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

#C17524 (or 0xC17524) is known color: Pirate Gold. HEX triplet: C1, 75 and 24. RGB value is (193,117,36). Sum of RGB (Red+Green+Blue) = 193+117+36=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C17524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17524 is #3E8ADB. Grayscale: #828282. Windows color (decimal): -4098780 or 2389441. OLE color: 2389441.

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

Color convert

RGB 193 117 36 -
CMYK 0 0.39 0.81 0.24
HSL 30.96º 0.69% 0.45% -
HSV(B) 30.96º 0.81% 0.76% -
XYZ 28.67 24.19 4.83 -
YUV 130.49 74.68 172.59 -
System Red Green Blue C M Y K H S L
Decimal 193 117 36 0 0.39 0.81 0.24 30.96 0.69 0.45
Hex C1 75 24 0 27 51 18 1F 45 2D
Octal 301 165 44 0 47 121 30 37 105 55
Binary 11000001 1110101 100100 0 100111 1010001 11000 11111 1000101 101101

Color Harmonies of #C17524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17524

Black with #C17524

Text Example


Text Example

White with #C17524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17524; }

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

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

background-color css

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

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

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

border-color css

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

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

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