#7A3A27

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

Shades of Copper Canyon #7A3A27

Tints of Copper Canyon #7A3A27

Color information

#7A3A27 (or 0x7A3A27) is unknown color: approx Copper Canyon. HEX triplet: 7A, 3A and 27. RGB value is (122,58,39). Sum of RGB (Red+Green+Blue) = 122+58+39=219 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.71% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3A27 is #85C5D8. Grayscale: #4B4B4B. Windows color (decimal): -8766937 or 2570874. OLE color: 2570874.

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

Color convert

RGB1225839-
CMYK00.520.680.52
HSL13.73º51.55%31.57%-
HSV(B)13.73º68.03%47.84%-
XYZ9.917.312.81-
YUV74.97107.7161.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.71%
GREEN value IS 58 (23.05% from 255) = 26.48%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=55.71%
G=26.48%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122583900.520.680.5213.7351.5531.57
Hex7A3A270344434e3420
Octal172724706410464166440
Binary1111010111010100111011010010001001101001110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,58,39); }

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

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

 a { background-color: rgb(122,58,39); }

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

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

 span { border-color: rgb(122,58,39); }

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