#753B2A

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

Shades of Copper Canyon #753B2A

Tints of Copper Canyon #753B2A

Color information

#753B2A (or 0x753B2A) is unknown color: approx Copper Canyon. HEX triplet: 75, 3B and 2A. RGB value is (117,59,42). Sum of RGB (Red+Green+Blue) = 117+59+42=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #753B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B2A is #8AC4D5. Grayscale: #4A4A4A. Windows color (decimal): -9094358 or 2767733. OLE color: 2767733.

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

Color convert

RGB1175942-
CMYK00.500.640.54
HSL13.6º47.17%31.18%-
HSV(B)13.6º64.1%45.88%-
XYZ9.327.083.07-
YUV74.4109.72158.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.67%
GREEN value IS 59 (23.44% from 255) = 27.06%
BLUE value IS 42 (16.80% from 255) = 19.27%
R=53.67%
G=27.06%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117594200.500.640.5413.647.1731.18
Hex753B2A0324036e2f1f
Octal165735206210066165737
Binary111010111101110101001100101000000110110111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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