Html Css Color HEX #743E2D Copper Canyon

📋 copy color: '#743E2D'

red 116 ◦ green 62 ◦ blue 45

#743E2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper Canyon #743E2D

Tints of Copper Canyon #743E2D

RGB

 RED value IS 116 (45.7% from 255) = 52.02%

 GREEN value IS 62 (24.61% from 255) = 27.8%

 BLUE value IS 45 (17.97% from 255) = 20.18%

R = 52.02%
G = 27.8%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#743E2D (or 0x743E2D) is known color: Copper Canyon. HEX triplet: 74, 3E and 2D. RGB value is (116,62,45). Sum of RGB (Red+Green+Blue) = 116+62+45=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #743E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E2D is #8BC1D2. Grayscale: #4C4C4C. Windows color (decimal): -9159123 or 2965108. OLE color: 2965108.

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

Color convert

RGB 116 62 45 -
CMYK 0 0.47 0.61 0.55
HSL 14.37º 0.44% 0.32% -
HSV(B) 14.37º 0.61% 0.45% -
XYZ 9.4 7.35 3.41 -
YUV 76.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 116 62 45 0 0.47 0.61 0.55 14.37 0.44 0.32
Hex 74 3E 2D 0 2F 3D 37 E 2C 20
Octal 164 76 55 0 57 75 67 16 54 40
Binary 1110100 111110 101101 0 101111 111101 110111 1110 101100 100000

Color Harmonies of #743E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E2D

Black with #743E2D

Text Example


Text Example

White with #743E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,62,45); }

 H1.HeaderClassName
 {
   color: #743E2D;
 }
 .AnyTagClassName
 {
   color: #743E2D;
 }
</style>

background-color css

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

 a { background-color: rgb(116,62,45); }

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

border-color css

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

 span { border-color: rgb(116,62,45); }

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