#73412D

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

Shades of Copper Canyon #73412D

Tints of Copper Canyon #73412D

Color information

#73412D (or 0x73412D) is unknown color: approx Copper Canyon. HEX triplet: 73, 41 and 2D. RGB value is (115,65,45). Sum of RGB (Red+Green+Blue) = 115+65+45=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73412D is #8CBED2. Grayscale: #4D4D4D. Windows color (decimal): -9223891 or 2965875. OLE color: 2965875.

HSL color Cylindrical-coordinate representation of color #73412D: hue angle of 17.14º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73412D is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1156545-
CMYK00.430.610.55
HSL17.14º43.75%31.37%-
HSV(B)17.14º60.87%45.1%-
XYZ9.437.613.46-
YUV77.67109.56154.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 65 (25.78% from 255) = 28.89%
BLUE value IS 45 (17.97% from 255) = 20%
R=51.11%
G=28.89%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115654500.430.610.5517.1443.7531.37
Hex73412D02B3D37112c1f
Octal163101550537567215437
Binary1110011100000110110101010111111011101111000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73412D; }

 p { color: rgb(115,65,45); }

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

<style>
 a { background-color: #73412D; }

 a { background-color: rgb(115,65,45); }

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

<style>
 span { border-color: #73412D; }

 span { border-color: rgb(115,65,45); }

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