#73402C

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

Shades of Copper Canyon #73402C

Tints of Copper Canyon #73402C

Color information

#73402C (or 0x73402C) is unknown color: approx Copper Canyon. HEX triplet: 73, 40 and 2C. RGB value is (115,64,44). Sum of RGB (Red+Green+Blue) = 115+64+44=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #73402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73402C is #8CBFD3. Grayscale: #4D4D4D. Windows color (decimal): -9224148 or 2900083. OLE color: 2900083.

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

Color convert

RGB1156444-
CMYK00.440.620.55
HSL16.9º44.65%31.18%-
HSV(B)16.9º61.74%45.1%-
XYZ9.367.493.34-
YUV76.97109.4155.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 64 (25.39% from 255) = 28.70%
BLUE value IS 44 (17.58% from 255) = 19.73%
R=51.57%
G=28.70%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115644400.440.620.5516.944.6531.18
Hex73402C02C3E37112d1f
Octal163100540547667215537
Binary1110011100000010110001011001111101101111000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73402C; }

 p { color: rgb(115,64,44); }

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

<style>
 a { background-color: #73402C; }

 a { background-color: rgb(115,64,44); }

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

<style>
 span { border-color: #73402C; }

 span { border-color: rgb(115,64,44); }

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