#723C2A

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

Shades of Copper Canyon #723C2A

Tints of Copper Canyon #723C2A

Color information

#723C2A (or 0x723C2A) is unknown color: approx Copper Canyon. HEX triplet: 72, 3C and 2A. RGB value is (114,60,42). Sum of RGB (Red+Green+Blue) = 114+60+42=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #723C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723C2A is #8DC3D5. Grayscale: #4A4A4A. Windows color (decimal): -9290710 or 2767986. OLE color: 2767986.

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

Color convert

RGB1146042-
CMYK00.470.630.55
HSL15º46.15%30.59%-
HSV(B)15º63.16%44.71%-
XYZ8.976.983.06-
YUV74.09109.89156.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.78%
GREEN value IS 60 (23.83% from 255) = 27.78%
BLUE value IS 42 (16.80% from 255) = 19.44%
R=52.78%
G=27.78%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114604200.470.630.551546.1530.59
Hex723C2A02F3F37f2e1f
Octal16274520577767175637
Binary11100101111001010100101111111111110111111110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723C2A; }

 p { color: rgb(114,60,42); }

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

<style>
 a { background-color: #723C2A; }

 a { background-color: rgb(114,60,42); }

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

<style>
 span { border-color: #723C2A; }

 span { border-color: rgb(114,60,42); }

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