#7A3F2B

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

Shades of Copper Canyon #7A3F2B

Tints of Copper Canyon #7A3F2B

Color information

#7A3F2B (or 0x7A3F2B) is unknown color: approx Copper Canyon. HEX triplet: 7A, 3F and 2B. RGB value is (122,63,43). Sum of RGB (Red+Green+Blue) = 122+63+43=228 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.51% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3F2B is #85C0D4. Grayscale: #4E4E4E. Windows color (decimal): -8765653 or 2834298. OLE color: 2834298.

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

Color convert

RGB1226343-
CMYK00.480.650.52
HSL15.19º47.88%32.35%-
HSV(B)15.19º64.75%47.84%-
XYZ10.247.873.26-
YUV78.36108.05159.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.51%
GREEN value IS 63 (25% from 255) = 27.63%
BLUE value IS 43 (17.19% from 255) = 18.86%
R=53.51%
G=27.63%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122634300.480.650.5215.1947.8832.35
Hex7A3F2B0304134f3020
Octal172775306010164176040
Binary1111010111111101011011000010000011101001111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A3F2B; }

 p { color: rgb(122,63,43); }

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

<style>
 a { background-color: #7A3F2B; }

 a { background-color: rgb(122,63,43); }

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

<style>
 span { border-color: #7A3F2B; }

 span { border-color: rgb(122,63,43); }

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