#754029

Color #754029 Copper Canyon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Canyon #754029

Tints of Copper Canyon #754029

Color information

#754029 (or 0x754029) is unknown color: approx Copper Canyon. HEX triplet: 75, 40 and 29. RGB value is (117,64,41). Sum of RGB (Red+Green+Blue) = 117+64+41=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #754029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754029 is #8ABFD6. Grayscale: #4D4D4D. Windows color (decimal): -9093079 or 2703477. OLE color: 2703477.

HSL color Cylindrical-coordinate representation of color #754029: hue angle of 18.16º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #754029 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1176441-
CMYK00.450.650.54
HSL18.16º48.1%30.98%-
HSV(B)18.16º64.96%45.88%-
XYZ9.577.613.06-
YUV77.22107.56156.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 64 (25.39% from 255) = 28.83%
BLUE value IS 41 (16.41% from 255) = 18.47%
R=52.70%
G=28.83%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117644100.450.650.5418.1648.130.98
Hex75402902D413612301f
Octal1651005105510166226037
Binary11101011000000101001010110110000011101101001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754029; }

 p { color: rgb(117,64,41); }

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

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

 a { background-color: rgb(117,64,41); }

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

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

 span { border-color: rgb(117,64,41); }

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