#7A4125

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

Shades of Copper Canyon #7A4125

Tints of Copper Canyon #7A4125

Color information

#7A4125 (or 0x7A4125) is unknown color: approx Copper Canyon. HEX triplet: 7A, 41 and 25. RGB value is (122,65,37). Sum of RGB (Red+Green+Blue) = 122+65+37=224 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.46% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4125 is #85BEDA. Grayscale: #4F4F4F. Windows color (decimal): -8765147 or 2441594. OLE color: 2441594.

HSL color Cylindrical-coordinate representation of color #7A4125: hue angle of 19.76º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A4125 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB1226537-
CMYK00.470.700.52
HSL19.76º53.46%31.18%-
HSV(B)19.76º69.67%47.84%-
XYZ10.258.052.76-
YUV78.85104.38158.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.46%
GREEN value IS 65 (25.78% from 255) = 29.02%
BLUE value IS 37 (14.84% from 255) = 16.52%
R=54.46%
G=29.02%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122653700.470.700.5219.7653.4631.18
Hex7A412502F463414351f
Octal1721014505710664246537
Binary11110101000001100101010111110001101101001010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,65,37); }

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

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

 a { background-color: rgb(122,65,37); }

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

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

 span { border-color: rgb(122,65,37); }

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