#773B2B

Color #773B2B Copper Canyon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Canyon #773B2B

Tints of Copper Canyon #773B2B

Color information

#773B2B (or 0x773B2B) is unknown color: approx Copper Canyon. HEX triplet: 77, 3B and 2B. RGB value is (119,59,43). Sum of RGB (Red+Green+Blue) = 119+59+43=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #773B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773B2B is #88C4D4. Grayscale: #4B4B4B. Windows color (decimal): -8963285 or 2833271. OLE color: 2833271.

HSL color Cylindrical-coordinate representation of color #773B2B: hue angle of 12.63º 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 #773B2B is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1195943-
CMYK00.500.640.53
HSL12.63º46.91%31.76%-
HSV(B)12.63º63.87%46.67%-
XYZ9.617.223.17-
YUV75.12109.88159.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 59 (23.44% from 255) = 26.70%
BLUE value IS 43 (17.19% from 255) = 19.46%
R=53.85%
G=26.70%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119594300.500.640.5312.6346.9131.76
Hex773B2B0324035d2f20
Octal167735306210065155740
Binary1110111111011101011011001010000001101011101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #773B2B;
 }
 .AnyTagClassName
 {
   color: #773B2B;
 }
</style>
background-color css

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

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

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

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

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

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