#743F27

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

Shades of Copper Canyon #743F27

Tints of Copper Canyon #743F27

Color information

#743F27 (or 0x743F27) is unknown color: approx Copper Canyon. HEX triplet: 74, 3F and 27. RGB value is (116,63,39). Sum of RGB (Red+Green+Blue) = 116+63+39=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #743F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743F27 is #8BC0D8. Grayscale: #4C4C4C. Windows color (decimal): -9158873 or 2572148. OLE color: 2572148.

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

Color convert

RGB1166339-
CMYK00.460.660.55
HSL18.7º49.68%30.39%-
HSV(B)18.7º66.38%45.49%-
XYZ9.357.412.86-
YUV76.11107.06156.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 63 (25% from 255) = 28.90%
BLUE value IS 39 (15.62% from 255) = 17.89%
R=53.21%
G=28.90%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116633900.460.660.5518.749.6830.39
Hex743F2702E423713321e
Octal164774705610267236236
Binary1110100111111100111010111010000101101111001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,63,39); }

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

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

 a { background-color: rgb(116,63,39); }

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

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

 span { border-color: rgb(116,63,39); }

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