Html Css Color HEX #C07924 Pirate Gold

📋 copy color: '#C07924'

red 192 ◦ green 121 ◦ blue 36

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

Shades of Pirate Gold #C07924

Tints of Pirate Gold #C07924

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.67%

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

R = 55.01%
G = 34.67%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C07924 (or 0xC07924) is known color: Pirate Gold. HEX triplet: C0, 79 and 24. RGB value is (192,121,36). Sum of RGB (Red+Green+Blue) = 192+121+36=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C07924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07924 is #3F86DB. Grayscale: #848484. Windows color (decimal): -4163292 or 2390464. OLE color: 2390464.

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

Color convert

RGB 192 121 36 -
CMYK 0 0.37 0.81 0.25
HSL 32.69º 0.68% 0.45% -
HSV(B) 32.69º 0.81% 0.75% -
XYZ 28.89 25.01 4.97 -
YUV 132.54 73.52 170.41 -
System Red Green Blue C M Y K H S L
Decimal 192 121 36 0 0.37 0.81 0.25 32.69 0.68 0.45
Hex C0 79 24 0 25 51 19 21 44 2D
Octal 300 171 44 0 45 121 31 41 104 55
Binary 11000000 1111001 100100 0 100101 1010001 11001 100001 1000100 101101

Color Harmonies of #C07924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07924

Black with #C07924

Text Example


Text Example

White with #C07924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07924; }

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

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

background-color css

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

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

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

border-color css

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

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

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