#793C2B

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

Shades of Copper Canyon #793C2B

Tints of Copper Canyon #793C2B

Color information

#793C2B (or 0x793C2B) is unknown color: approx Copper Canyon. HEX triplet: 79, 3C and 2B. RGB value is (121,60,43). Sum of RGB (Red+Green+Blue) = 121+60+43=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #793C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793C2B is #86C3D4. Grayscale: #4C4C4C. Windows color (decimal): -8831957 or 2833529. OLE color: 2833529.

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

Color convert

RGB1216043-
CMYK00.500.640.53
HSL13.08º47.56%32.16%-
HSV(B)13.08º64.46%47.45%-
XYZ9.947.473.2-
YUV76.3109.21159.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.02%
GREEN value IS 60 (23.83% from 255) = 26.79%
BLUE value IS 43 (17.19% from 255) = 19.20%
R=54.02%
G=26.79%
B=19.20%

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
Decimal121604300.500.640.5313.0847.5632.16
Hex793C2B0324035d3020
Octal171745306210065156040
Binary1111001111100101011011001010000001101011101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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