#73402F

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

Shades of Copper Canyon #73402F

Tints of Copper Canyon #73402F

Color information

#73402F (or 0x73402F) is unknown color: approx Copper Canyon. HEX triplet: 73, 40 and 2F. RGB value is (115,64,47). Sum of RGB (Red+Green+Blue) = 115+64+47=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73402F is #8CBFD0. Grayscale: #4D4D4D. Windows color (decimal): -9224145 or 3096691. OLE color: 3096691.

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

Color convert

RGB1156447-
CMYK00.440.590.55
HSL15º41.98%31.76%-
HSV(B)15º59.13%45.1%-
XYZ9.427.523.64-
YUV77.31110.9154.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.88%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 47 (18.75% from 255) = 20.80%
R=50.88%
G=28.32%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115644700.440.590.551541.9831.76
Hex73402F02C3B37f2a20
Octal163100570547367175240
Binary1110011100000010111101011001110111101111111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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