Html Css Color HEX #743D2C Copper Canyon

📋 copy color: '#743D2C'

red 116 ◦ green 61 ◦ blue 44

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

Shades of Copper Canyon #743D2C

Tints of Copper Canyon #743D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.91%

R = 52.49%
G = 27.6%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#743D2C (or 0x743D2C) is known color: Copper Canyon. HEX triplet: 74, 3D and 2C. RGB value is (116,61,44). Sum of RGB (Red+Green+Blue) = 116+61+44=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #743D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D2C is #8BC2D3. Grayscale: #4B4B4B. Windows color (decimal): -9159380 or 2899316. OLE color: 2899316.

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

Color convert

RGB 116 61 44 -
CMYK 0 0.47 0.62 0.55
HSL 14.17º 0.45% 0.31% -
HSV(B) 14.17º 0.62% 0.45% -
XYZ 9.33 7.23 3.29 -
YUV 75.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 116 61 44 0 0.47 0.62 0.55 14.17 0.45 0.31
Hex 74 3D 2C 0 2F 3E 37 E 2D 1F
Octal 164 75 54 0 57 76 67 16 55 37
Binary 1110100 111101 101100 0 101111 111110 110111 1110 101101 11111

Color Harmonies of #743D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D2C

Black with #743D2C

Text Example


Text Example

White with #743D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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