Html Css Color HEX #C07324 Pirate Gold

📋 copy color: '#C07324'

red 192 ◦ green 115 ◦ blue 36

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

Shades of Pirate Gold #C07324

Tints of Pirate Gold #C07324

RGB

 RED value IS 192 (75.39% from 255) = 55.98%

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

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

R = 55.98%
G = 33.53%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C07324 (or 0xC07324) is known color: Pirate Gold. HEX triplet: C0, 73 and 24. RGB value is (192,115,36). Sum of RGB (Red+Green+Blue) = 192+115+36=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C07324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07324 is #3F8CDB. Grayscale: #818181. Windows color (decimal): -4164828 or 2388928. OLE color: 2388928.

HSL color Cylindrical-coordinate representation of color #C07324: hue angle of 30.38º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C07324 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 115 36 -
CMYK 0 0.40 0.81 0.25
HSL 30.38º 0.68% 0.45% -
HSV(B) 30.38º 0.81% 0.75% -
XYZ 28.19 23.6 4.74 -
YUV 129.02 75.51 172.92 -
System Red Green Blue C M Y K H S L
Decimal 192 115 36 0 0.40 0.81 0.25 30.38 0.68 0.45
Hex C0 73 24 0 28 51 19 1E 44 2D
Octal 300 163 44 0 50 121 31 36 104 55
Binary 11000000 1110011 100100 0 101000 1010001 11001 11110 1000100 101101

Color Harmonies of #C07324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07324

Black with #C07324

Text Example


Text Example

White with #C07324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07324; }

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

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

background-color css

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

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

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

border-color css

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

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

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