#753C2A

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

Shades of Copper Canyon #753C2A

Tints of Copper Canyon #753C2A

Color information

#753C2A (or 0x753C2A) is unknown color: approx Copper Canyon. HEX triplet: 75, 3C and 2A. RGB value is (117,60,42). Sum of RGB (Red+Green+Blue) = 117+60+42=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #753C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C2A is #8AC3D5. Grayscale: #4B4B4B. Windows color (decimal): -9094102 or 2767989. OLE color: 2767989.

HSL color Cylindrical-coordinate representation of color #753C2A: hue angle of 14.4º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #753C2A is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1176042-
CMYK00.490.640.54
HSL14.4º47.17%31.18%-
HSV(B)14.4º64.1%45.88%-
XYZ9.377.183.08-
YUV74.99109.38157.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.42%
GREEN value IS 60 (23.83% from 255) = 27.40%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=53.42%
G=27.40%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117604200.490.640.5414.447.1731.18
Hex753C2A0314036e2f1f
Octal165745206110066165737
Binary111010111110010101001100011000000110110111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,60,42); }

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

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

 a { background-color: rgb(117,60,42); }

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

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

 span { border-color: rgb(117,60,42); }

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