Html Css Color HEX #743B2A Copper Canyon

📋 copy color: '#743B2A'

red 116 ◦ green 59 ◦ blue 42

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

Shades of Copper Canyon #743B2A

Tints of Copper Canyon #743B2A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.19%

 BLUE value IS 42 (16.8% from 255) = 19.35%

R = 53.46%
G = 27.19%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#743B2A (or 0x743B2A) is known color: 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

RGB 116 59 42 -
CMYK 0 0.49 0.64 0.55
HSL 13.78º 0.47% 0.31% -
HSV(B) 13.78º 0.64% 0.45% -
XYZ 9.18 7.01 3.06 -
YUV 74.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 116 59 42 0 0.49 0.64 0.55 13.78 0.47 0.31
Hex 74 3B 2A 0 31 40 37 E 2F 1F
Octal 164 73 52 0 61 100 67 16 57 37
Binary 1110100 111011 101010 0 110001 1000000 110111 1110 101111 11111

Color Harmonies of #743B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B2A

Black with #743B2A

Text Example


Text Example

White with #743B2A

Text Example


Text Example

HTML Codes & Css Web 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>