#73402E

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

Shades of Copper Canyon #73402E

Tints of Copper Canyon #73402E

Color information

#73402E (or 0x73402E) is unknown color: approx Copper Canyon. HEX triplet: 73, 40 and 2E. RGB value is (115,64,46). Sum of RGB (Red+Green+Blue) = 115+64+46=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73402E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73402E is #8CBFD1. Grayscale: #4D4D4D. Windows color (decimal): -9224146 or 3031155. OLE color: 3031155.

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

Color convert

RGB1156446-
CMYK00.440.60.55
HSL15.65º42.86%31.57%-
HSV(B)15.65º60%45.1%-
XYZ9.47.513.54-
YUV77.2110.4154.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 46 (18.36% from 255) = 20.44%
R=51.11%
G=28.44%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115644600.440.60.5515.6542.8631.57
Hex73402E02C3C37102b20
Octal163100560547467205340
Binary11100111000000101110010110011110011011110000101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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