Html Css Color HEX #C07724 Pirate Gold

📋 copy color: '#C07724'

red 192 ◦ green 119 ◦ blue 36

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

Shades of Pirate Gold #C07724

Tints of Pirate Gold #C07724

RGB

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

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

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

R = 55.33%
G = 34.29%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C07724 (or 0xC07724) is known color: Pirate Gold. HEX triplet: C0, 77 and 24. RGB value is (192,119,36). Sum of RGB (Red+Green+Blue) = 192+119+36=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C07724 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07724 is #3F88DB. Grayscale: #838383. Windows color (decimal): -4163804 or 2389952. OLE color: 2389952.

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

Color convert

RGB 192 119 36 -
CMYK 0 0.38 0.81 0.25
HSL 31.92º 0.68% 0.45% -
HSV(B) 31.92º 0.81% 0.75% -
XYZ 28.65 24.53 4.89 -
YUV 131.37 74.18 171.25 -
System Red Green Blue C M Y K H S L
Decimal 192 119 36 0 0.38 0.81 0.25 31.92 0.68 0.45
Hex C0 77 24 0 26 51 19 20 44 2D
Octal 300 167 44 0 46 121 31 40 104 55
Binary 11000000 1110111 100100 0 100110 1010001 11001 100000 1000100 101101

Color Harmonies of #C07724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07724

Black with #C07724

Text Example


Text Example

White with #C07724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07724; }

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

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

background-color css

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

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

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

border-color css

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

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

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