#c07726

Color #C07726 Pirate Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pirate Gold #C07726

Tints of Pirate Gold #C07726

Color information

#C07726 (or 0xC07726) is unknown color: approx Pirate Gold. HEX triplet: C0, 77 and 26. RGB value is (192,119,38). Sum of RGB (Red+Green+Blue) = 192+119+38=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C07726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07726 is #3F88D9. Grayscale: #838383. Windows color (decimal): -4163802 or 2521024. OLE color: 2521024.

HSL color Cylindrical-coordinate representation of color #C07726: hue angle of 31.56º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C07726 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19211938-
CMYK00.380.800.25
HSL31.56º66.96%45.1%-
HSV(B)31.56º80.21%75.29%-
XYZ28.6824.545.06-
YUV131.5975.18171.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.01%
GREEN value IS 119 (46.88% from 255) = 34.10%
BLUE value IS 38 (15.23% from 255) = 10.89%
R=55.01%
G=34.10%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921193800.380.800.2531.5666.9645.1
HexC07726026501920432d
Octal30016746046120314010355
Binary11000000111011110011001001101010000110011000001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c07726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c07726; }

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

 H1.HeaderClassName
 {
   color: #c07726;
 }
 .AnyTagClassName
 {
   color: #c07726;
 }
</style>
background-color css

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

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

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

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

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

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