Html Css Color HEX #773D2B Copper Canyon

📋 copy color: '#773D2B'

red 119 ◦ green 61 ◦ blue 43

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

Shades of Copper Canyon #773D2B

Tints of Copper Canyon #773D2B

RGB

 RED value IS 119 (46.88% from 255) = 53.36%

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

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

R = 53.36%
G = 27.35%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#773D2B (or 0x773D2B) is known color: Copper Canyon. HEX triplet: 77, 3D and 2B. RGB value is (119,61,43). Sum of RGB (Red+Green+Blue) = 119+61+43=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #773D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D2B is #88C2D4. Grayscale: #4C4C4C. Windows color (decimal): -8962773 or 2833783. OLE color: 2833783.

HSL color Cylindrical-coordinate representation of color #773D2B: hue angle of 14.21º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #773D2B is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 61 43 -
CMYK 0 0.49 0.64 0.53
HSL 14.21º 0.47% 0.32% -
HSV(B) 14.21º 0.64% 0.47% -
XYZ 9.71 7.43 3.21 -
YUV 76.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 119 61 43 0 0.49 0.64 0.53 14.21 0.47 0.32
Hex 77 3D 2B 0 31 40 35 E 2F 20
Octal 167 75 53 0 61 100 65 16 57 40
Binary 1110111 111101 101011 0 110001 1000000 110101 1110 101111 100000

Color Harmonies of #773D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D2B

Black with #773D2B

Text Example


Text Example

White with #773D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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