#743B28

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

Shades of Copper Canyon #743B28

Tints of Copper Canyon #743B28

Color information

#743B28 (or 0x743B28) is unknown color: approx Copper Canyon. HEX triplet: 74, 3B and 28. RGB value is (116,59,40). Sum of RGB (Red+Green+Blue) = 116+59+40=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #743B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B28 is #8BC4D7. Grayscale: #4A4A4A. Windows color (decimal): -9159896 or 2636660. OLE color: 2636660.

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

Color convert

RGB1165940-
CMYK00.490.660.55
HSL15º48.72%30.59%-
HSV(B)15º65.52%45.49%-
XYZ9.156.992.88-
YUV73.88108.88158.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.95%
GREEN value IS 59 (23.44% from 255) = 27.44%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=53.95%
G=27.44%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116594000.490.660.551548.7230.59
Hex743B280314237f311f
Octal164735006110267176137
Binary111010011101110100001100011000010110111111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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