#73412B

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

Shades of Copper Canyon #73412B

Tints of Copper Canyon #73412B

Color information

#73412B (or 0x73412B) is unknown color: approx Copper Canyon. HEX triplet: 73, 41 and 2B. RGB value is (115,65,43). Sum of RGB (Red+Green+Blue) = 115+65+43=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #73412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73412B is #8CBED4. Grayscale: #4D4D4D. Windows color (decimal): -9223893 or 2834803. OLE color: 2834803.

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

Color convert

RGB1156543-
CMYK00.430.630.55
HSL18.33º45.57%30.98%-
HSV(B)18.33º62.61%45.1%-
XYZ9.47.63.26-
YUV77.44108.56154.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 43 (17.19% from 255) = 19.28%
R=51.57%
G=29.15%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115654300.430.630.5518.3345.5730.98
Hex73412B02B3F37122e1f
Octal163101530537767225637
Binary1110011100000110101101010111111111101111001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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