#72422E

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

Shades of Copper Canyon #72422E

Tints of Copper Canyon #72422E

Color information

#72422E (or 0x72422E) is unknown color: approx Copper Canyon. HEX triplet: 72, 42 and 2E. RGB value is (114,66,46). Sum of RGB (Red+Green+Blue) = 114+66+46=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72422E is #8DBDD1. Grayscale: #4E4E4E. Windows color (decimal): -9289170 or 3031666. OLE color: 3031666.

HSL color Cylindrical-coordinate representation of color #72422E: hue angle of 17.65º 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 #72422E is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB1146646-
CMYK00.420.600.55
HSL17.65º42.5%31.37%-
HSV(B)17.65º59.65%44.71%-
XYZ9.387.673.57-
YUV78.07109.9153.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 46 (18.36% from 255) = 20.35%
R=50.44%
G=29.20%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114664600.420.600.5517.6542.531.37
Hex72422E02A3C37122a1f
Octal162102560527467225237
Binary1110010100001010111001010101111001101111001010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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