#72422F

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

Shades of Copper Canyon #72422F

Tints of Copper Canyon #72422F

Color information

#72422F (or 0x72422F) is unknown color: approx Copper Canyon. HEX triplet: 72, 42 and 2F. RGB value is (114,66,47). Sum of RGB (Red+Green+Blue) = 114+66+47=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72422F is #8DBDD0. Grayscale: #4E4E4E. Windows color (decimal): -9289169 or 3097202. OLE color: 3097202.

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

Color convert

RGB1146647-
CMYK00.420.590.55
HSL17.01º41.61%31.57%-
HSV(B)17.01º58.77%44.71%-
XYZ9.47.683.68-
YUV78.19110.4153.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.22%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 47 (18.75% from 255) = 20.70%
R=50.22%
G=29.07%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114664700.420.590.5517.0141.6131.57
Hex72422F02A3B37112a20
Octal162102570527367215240
Binary11100101000010101111010101011101111011110001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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