#73402A

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

Shades of Copper Canyon #73402A

Tints of Copper Canyon #73402A

Color information

#73402A (or 0x73402A) is unknown color: approx Copper Canyon. HEX triplet: 73, 40 and 2A. RGB value is (115,64,42). Sum of RGB (Red+Green+Blue) = 115+64+42=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #73402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73402A is #8CBFD5. Grayscale: #4C4C4C. Windows color (decimal): -9224150 or 2769011. OLE color: 2769011.

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

Color convert

RGB1156442-
CMYK00.440.630.55
HSL18.08º46.5%30.78%-
HSV(B)18.08º63.48%45.1%-
XYZ9.327.483.14-
YUV76.74108.4155.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.04%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 42 (16.80% from 255) = 19.00%
R=52.04%
G=28.96%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115644200.440.630.5518.0846.530.78
Hex73402A02C3F37122e1f
Octal163100520547767225637
Binary1110011100000010101001011001111111101111001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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