#793C2C

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

Shades of Copper Canyon #793C2C

Tints of Copper Canyon #793C2C

Color information

#793C2C (or 0x793C2C) is unknown color: approx Copper Canyon. HEX triplet: 79, 3C and 2C. RGB value is (121,60,44). Sum of RGB (Red+Green+Blue) = 121+60+44=225 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.78% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 121 - color contains mainly: red. Hex color #793C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793C2C is #86C3D3. Grayscale: #4C4C4C. Windows color (decimal): -8831956 or 2899065. OLE color: 2899065.

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

Color convert

RGB1216044-
CMYK00.500.640.53
HSL12.47º46.67%32.35%-
HSV(B)12.47º63.64%47.45%-
XYZ9.967.483.3-
YUV76.42109.71159.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.78%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=53.78%
G=26.67%
B=19.56%

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
Decimal121604400.500.640.5312.4746.6732.35
Hex793C2C0324035c2f20
Octal171745406210065145740
Binary1111001111100101100011001010000001101011100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793C2C; }

 p { color: rgb(121,60,44); }

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

<style>
 a { background-color: #793C2C; }

 a { background-color: rgb(121,60,44); }

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

<style>
 span { border-color: #793C2C; }

 span { border-color: rgb(121,60,44); }

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