#73402D

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

Shades of Copper Canyon #73402D

Tints of Copper Canyon #73402D

Color information

#73402D (or 0x73402D) is unknown color: approx Copper Canyon. HEX triplet: 73, 40 and 2D. RGB value is (115,64,45). Sum of RGB (Red+Green+Blue) = 115+64+45=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73402D is #8CBFD2. Grayscale: #4D4D4D. Windows color (decimal): -9224147 or 2965619. OLE color: 2965619.

HSL color Cylindrical-coordinate representation of color #73402D: hue angle of 16.29º 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 #73402D is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1156445-
CMYK00.440.610.55
HSL16.29º43.75%31.37%-
HSV(B)16.29º60.87%45.1%-
XYZ9.387.53.44-
YUV77.08109.9155.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.34%
GREEN value IS 64 (25.39% from 255) = 28.57%
BLUE value IS 45 (17.97% from 255) = 20.09%
R=51.34%
G=28.57%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115644500.440.610.5516.2943.7531.37
Hex73402D02C3D37102c1f
Octal163100550547567205437
Binary1110011100000010110101011001111011101111000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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