#793C2A

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

Shades of Copper Canyon #793C2A

Tints of Copper Canyon #793C2A

Color information

#793C2A (or 0x793C2A) is unknown color: approx Copper Canyon. HEX triplet: 79, 3C and 2A. RGB value is (121,60,42). Sum of RGB (Red+Green+Blue) = 121+60+42=223 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.26% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 121 - color contains mainly: red. Hex color #793C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793C2A is #86C3D5. Grayscale: #4C4C4C. Windows color (decimal): -8831958 or 2767993. OLE color: 2767993.

HSL color Cylindrical-coordinate representation of color #793C2A: hue angle of 13.67º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #793C2A is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1216042-
CMYK00.500.650.53
HSL13.67º48.47%31.96%-
HSV(B)13.67º65.29%47.45%-
XYZ9.927.463.11-
YUV76.19108.71159.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.26%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 42 (16.80% from 255) = 18.83%
R=54.26%
G=26.91%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121604200.500.650.5313.6748.4731.96
Hex793C2A0324135e3020
Octal171745206210165166040
Binary1111001111100101010011001010000011101011110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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