#c3792d

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

Shades of Pirate Gold #C3792D

Tints of Pirate Gold #C3792D

Color information

#C3792D (or 0xC3792D) is unknown color: approx Pirate Gold. HEX triplet: C3, 79 and 2D. RGB value is (195,121,45). Sum of RGB (Red+Green+Blue) = 195+121+45=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3792D is #3C86D2. Grayscale: #868686. Windows color (decimal): -3966675 or 2980291. OLE color: 2980291.

HSL color Cylindrical-coordinate representation of color #C3792D: hue angle of 30.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3792D is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB19512145-
CMYK00.380.770.24
HSL30.4º62.5%47.06%-
HSV(B)30.4º76.92%76.47%-
XYZ29.8225.475.83-
YUV134.4677.52171.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.02%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 45 (17.97% from 255) = 12.47%
R=54.02%
G=33.52%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951214500.380.770.2430.462.547.06
HexC3792D0264D181e3e2f
Octal3031715504611530367657
Binary110000111111001101101010011010011011100011110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3792d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3792d; }

 p { color: rgb(195,121,45); }

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

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

 a { background-color: rgb(195,121,45); }

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

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

 span { border-color: rgb(195,121,45); }

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