Html Css Color HEX #C07224 Pirate Gold

📋 copy color: '#C07224'

red 192 ◦ green 114 ◦ blue 36

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

Shades of Pirate Gold #C07224

Tints of Pirate Gold #C07224

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.33%

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

R = 56.14%
G = 33.33%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C07224 (or 0xC07224) is known color: Pirate Gold. HEX triplet: C0, 72 and 24. RGB value is (192,114,36). Sum of RGB (Red+Green+Blue) = 192+114+36=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C07224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07224 is #3F8DDB. Grayscale: #808080. Windows color (decimal): -4165084 or 2388672. OLE color: 2388672.

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

Color convert

RGB 192 114 36 -
CMYK 0 0.41 0.81 0.25
HSL 30º 0.68% 0.45% -
HSV(B) 30º 0.81% 0.75% -
XYZ 28.07 23.37 4.7 -
YUV 128.43 75.84 173.34 -
System Red Green Blue C M Y K H S L
Decimal 192 114 36 0 0.41 0.81 0.25 30 0.68 0.45
Hex C0 72 24 0 29 51 19 1E 44 2D
Octal 300 162 44 0 51 121 31 36 104 55
Binary 11000000 1110010 100100 0 101001 1010001 11001 11110 1000100 101101

Color Harmonies of #C07224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07224

Black with #C07224

Text Example


Text Example

White with #C07224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07224; }

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

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

background-color css

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

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

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

border-color css

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

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

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