#793D2B

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

Shades of Copper Canyon #793D2B

Tints of Copper Canyon #793D2B

Color information

#793D2B (or 0x793D2B) is unknown color: approx Copper Canyon. HEX triplet: 79, 3D and 2B. RGB value is (121,61,43). Sum of RGB (Red+Green+Blue) = 121+61+43=225 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.78% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 121 - color contains mainly: red. Hex color #793D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793D2B is #86C2D4. Grayscale: #4D4D4D. Windows color (decimal): -8831701 or 2833785. OLE color: 2833785.

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

Color convert

RGB1216143-
CMYK00.500.640.53
HSL13.85º47.56%32.16%-
HSV(B)13.85º64.46%47.45%-
XYZ9.997.583.22-
YUV76.89108.88159.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.78%
GREEN value IS 61 (24.22% from 255) = 27.11%
BLUE value IS 43 (17.19% from 255) = 19.11%
R=53.78%
G=27.11%
B=19.11%

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
Decimal121614300.500.640.5313.8547.5632.16
Hex793D2B0324035e3020
Octal171755306210065166040
Binary1111001111101101011011001010000001101011110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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