Html Css Color HEX #743E2B Copper Canyon

📋 copy color: '#743E2B'

red 116 ◦ green 62 ◦ blue 43

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

Shades of Copper Canyon #743E2B

Tints of Copper Canyon #743E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.46%

R = 52.49%
G = 28.05%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#743E2B (or 0x743E2B) is known color: Copper Canyon. HEX triplet: 74, 3E and 2B. RGB value is (116,62,43). Sum of RGB (Red+Green+Blue) = 116+62+43=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #743E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E2B is #8BC1D4. Grayscale: #4C4C4C. Windows color (decimal): -9159125 or 2834036. OLE color: 2834036.

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

Color convert

RGB 116 62 43 -
CMYK 0 0.47 0.63 0.55
HSL 15.62º 0.46% 0.31% -
HSV(B) 15.62º 0.63% 0.45% -
XYZ 9.36 7.33 3.21 -
YUV 75.98 109.39 156.54 -
System Red Green Blue C M Y K H S L
Decimal 116 62 43 0 0.47 0.63 0.55 15.62 0.46 0.31
Hex 74 3E 2B 0 2F 3F 37 10 2E 1F
Octal 164 76 53 0 57 77 67 20 56 37
Binary 1110100 111110 101011 0 101111 111111 110111 10000 101110 11111

Color Harmonies of #743E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E2B

Black with #743E2B

Text Example


Text Example

White with #743E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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