#753E29

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

Shades of Copper Canyon #753E29

Tints of Copper Canyon #753E29

Color information

#753E29 (or 0x753E29) is unknown color: approx Copper Canyon. HEX triplet: 75, 3E and 29. RGB value is (117,62,41). Sum of RGB (Red+Green+Blue) = 117+62+41=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #753E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E29 is #8AC1D6. Grayscale: #4C4C4C. Windows color (decimal): -9093591 or 2702965. OLE color: 2702965.

HSL color Cylindrical-coordinate representation of color #753E29: hue angle of 16.58º 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 #753E29 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1176241-
CMYK00.470.650.54
HSL16.58º48.1%30.98%-
HSV(B)16.58º64.96%45.88%-
XYZ9.467.393.03-
YUV76.05108.22157.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 62 (24.61% from 255) = 28.18%
BLUE value IS 41 (16.41% from 255) = 18.64%
R=53.18%
G=28.18%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117624100.470.650.5416.5848.130.98
Hex753E2902F413611301f
Octal165765105710166216037
Binary1110101111110101001010111110000011101101000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753E29; }

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

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

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

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

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

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

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

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