#743B2A

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

Shades of Copper Canyon #743B2A

Tints of Copper Canyon #743B2A

Color information

#743B2A (or 0x743B2A) is unknown color: approx Copper Canyon. HEX triplet: 74, 3B and 2A. RGB value is (116,59,42). Sum of RGB (Red+Green+Blue) = 116+59+42=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #743B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B2A is #8BC4D5. Grayscale: #4A4A4A. Windows color (decimal): -9159894 or 2767732. OLE color: 2767732.

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

Color convert

RGB1165942-
CMYK00.490.640.55
HSL13.78º46.84%30.98%-
HSV(B)13.78º63.79%45.49%-
XYZ9.187.013.06-
YUV74.1109.88157.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.46%
GREEN value IS 59 (23.44% from 255) = 27.19%
BLUE value IS 42 (16.80% from 255) = 19.35%
R=53.46%
G=27.19%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116594200.490.640.5513.7846.8430.98
Hex743B2A0314037e2f1f
Octal164735206110067165737
Binary111010011101110101001100011000000110111111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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