#793B2A

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

Shades of Copper Canyon #793B2A

Tints of Copper Canyon #793B2A

Color information

#793B2A (or 0x793B2A) is unknown color: approx Copper Canyon. HEX triplet: 79, 3B and 2A. RGB value is (121,59,42). Sum of RGB (Red+Green+Blue) = 121+59+42=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #793B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793B2A is #86C4D5. Grayscale: #4B4B4B. Windows color (decimal): -8832214 or 2767737. OLE color: 2767737.

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

Color convert

RGB1215942-
CMYK00.510.650.53
HSL12.91º48.47%31.96%-
HSV(B)12.91º65.29%47.45%-
XYZ9.877.363.09-
YUV75.6109.04160.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.50%
GREEN value IS 59 (23.44% from 255) = 26.58%
BLUE value IS 42 (16.80% from 255) = 18.92%
R=54.50%
G=26.58%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121594200.510.650.5312.9148.4731.96
Hex793B2A0334135d3020
Octal171735206310165156040
Binary1111001111011101010011001110000011101011101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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