Html Css Color HEX #743D2B Copper Canyon

📋 copy color: '#743D2B'

red 116 ◦ green 61 ◦ blue 43

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

Shades of Copper Canyon #743D2B

Tints of Copper Canyon #743D2B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.73%

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

R = 52.73%
G = 27.73%
B = 19.55%

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

#743D2B (or 0x743D2B) is known color: Copper Canyon. HEX triplet: 74, 3D and 2B. RGB value is (116,61,43). Sum of RGB (Red+Green+Blue) = 116+61+43=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #743D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D2B is #8BC2D4. Grayscale: #4B4B4B. Windows color (decimal): -9159381 or 2833780. OLE color: 2833780.

HSL color Cylindrical-coordinate representation of color #743D2B: hue angle of 14.79º 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 #743D2B is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 61 43 -
CMYK 0 0.47 0.63 0.55
HSL 14.79º 0.46% 0.31% -
HSV(B) 14.79º 0.63% 0.45% -
XYZ 9.31 7.22 3.19 -
YUV 75.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 116 61 43 0 0.47 0.63 0.55 14.79 0.46 0.31
Hex 74 3D 2B 0 2F 3F 37 F 2E 1F
Octal 164 75 53 0 57 77 67 17 56 37
Binary 1110100 111101 101011 0 101111 111111 110111 1111 101110 11111

Color Harmonies of #743D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D2B

Black with #743D2B

Text Example


Text Example

White with #743D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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