Html Css Color HEX #C07820 Pirate Gold

📋 copy color: '#C07820'

red 192 ◦ green 120 ◦ blue 32

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

Shades of Pirate Gold #C07820

Tints of Pirate Gold #C07820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.88%

 BLUE value IS 32 (12.89% from 255) = 9.3%

R = 55.81%
G = 34.88%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C07820 (or 0xC07820) is known color: Pirate Gold. HEX triplet: C0, 78 and 20. RGB value is (192,120,32). Sum of RGB (Red+Green+Blue) = 192+120+32=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C07820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07820 is #3F87DF. Grayscale: #838383. Windows color (decimal): -4163552 or 2128064. OLE color: 2128064.

HSL color Cylindrical-coordinate representation of color #C07820: hue angle of 33º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C07820 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 32 -
CMYK 0 0.38 0.83 0.25
HSL 33º 0.71% 0.44% -
HSV(B) 33º 0.83% 0.75% -
XYZ 28.72 24.74 4.63 -
YUV 131.5 71.85 171.16 -
System Red Green Blue C M Y K H S L
Decimal 192 120 32 0 0.38 0.83 0.25 33 0.71 0.44
Hex C0 78 20 0 26 53 19 21 47 2C
Octal 300 170 40 0 46 123 31 41 107 54
Binary 11000000 1111000 100000 0 100110 1010011 11001 100001 1000111 101100

Color Harmonies of #C07820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07820

Black with #C07820

Text Example


Text Example

White with #C07820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07820; }

 p { color: rgb(192,120,32); }

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

background-color css

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

 a { background-color: rgb(192,120,32); }

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

border-color css

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

 span { border-color: rgb(192,120,32); }

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