#C07B2B

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

Shades of Pirate Gold #C07B2B

Tints of Pirate Gold #C07B2B

Color information

#C07B2B (or 0xC07B2B) is unknown color: approx Pirate Gold. HEX triplet: C0, 7B and 2B. RGB value is (192,123,43). Sum of RGB (Red+Green+Blue) = 192+123+43=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07B2B is #3F84D4. Grayscale: #868686. Windows color (decimal): -4162773 or 2849728. OLE color: 2849728.

HSL color Cylindrical-coordinate representation of color #C07B2B: hue angle of 32.21º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C07B2B is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB19212343-
CMYK00.360.780.25
HSL32.21º63.4%46.08%-
HSV(B)32.21º77.6%75.29%-
XYZ29.2625.555.67-
YUV134.5176.36169-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.63%
GREEN value IS 123 (48.44% from 255) = 34.36%
BLUE value IS 43 (17.19% from 255) = 12.01%
R=53.63%
G=34.36%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921234300.360.780.2532.2163.446.08
HexC07B2B0244E19203f2e
Octal3001735304411631407756
Binary1100000011110111010110100100100111011001100000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07B2B; }

 p { color: rgb(192,123,43); }

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

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

 a { background-color: rgb(192,123,43); }

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

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

 span { border-color: rgb(192,123,43); }

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