#c4792d

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

Shades of Pirate Gold #C4792D

Tints of Pirate Gold #C4792D

Color information

#C4792D (or 0xC4792D) is unknown color: approx Pirate Gold. HEX triplet: C4, 79 and 2D. RGB value is (196,121,45). Sum of RGB (Red+Green+Blue) = 196+121+45=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C4792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4792D is #3B86D2. Grayscale: #878787. Windows color (decimal): -3901139 or 2980292. OLE color: 2980292.

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

Color convert

RGB19612145-
CMYK00.380.770.23
HSL30.2º62.66%47.25%-
HSV(B)30.2º77.04%76.86%-
XYZ30.0825.65.84-
YUV134.7677.35171.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.14%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 45 (17.97% from 255) = 12.43%
R=54.14%
G=33.43%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961214500.380.770.2330.262.6647.25
HexC4792D0264D171e3f2f
Octal3041715504611527367757
Binary110001001111001101101010011010011011011111110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4792d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4792d; }

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

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

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

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

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

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

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

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