#C07B27

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

Shades of Pirate Gold #C07B27

Tints of Pirate Gold #C07B27

Color information

#C07B27 (or 0xC07B27) is unknown color: approx Pirate Gold. HEX triplet: C0, 7B and 27. RGB value is (192,123,39). Sum of RGB (Red+Green+Blue) = 192+123+39=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07B27 is #3F84D8. Grayscale: #868686. Windows color (decimal): -4162777 or 2587584. OLE color: 2587584.

HSL color Cylindrical-coordinate representation of color #C07B27: hue angle of 32.94º degrees, saturation: 0.66, 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 #C07B27 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19212339-
CMYK00.360.800.25
HSL32.94º66.23%45.29%-
HSV(B)32.94º79.69%75.29%-
XYZ29.1925.525.31-
YUV134.0574.36169.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.24%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 39 (15.62% from 255) = 11.02%
R=54.24%
G=34.75%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921233900.360.800.2532.9466.2345.29
HexC07B27024501921422d
Octal30017347044120314110255
Binary11000000111101110011101001001010000110011000011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07B27; }

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

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

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

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

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

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

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

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