#72412E

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

Shades of Copper Canyon #72412E

Tints of Copper Canyon #72412E

Color information

#72412E (or 0x72412E) is unknown color: approx Copper Canyon. HEX triplet: 72, 41 and 2E. RGB value is (114,65,46). Sum of RGB (Red+Green+Blue) = 114+65+46=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72412E is #8DBED1. Grayscale: #4D4D4D. Windows color (decimal): -9289426 or 3031410. OLE color: 3031410.

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

Color convert

RGB1146546-
CMYK00.430.600.55
HSL16.76º42.5%31.37%-
HSV(B)16.76º59.65%44.71%-
XYZ9.327.563.55-
YUV77.48110.23154.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 65 (25.78% from 255) = 28.89%
BLUE value IS 46 (18.36% from 255) = 20.44%
R=50.67%
G=28.89%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114654600.430.600.5516.7642.531.37
Hex72412E02B3C37112a1f
Octal162101560537467215237
Binary1110010100000110111001010111111001101111000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,65,46); }

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

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

 a { background-color: rgb(114,65,46); }

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

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

 span { border-color: rgb(114,65,46); }

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