#72402F

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

Shades of Copper Canyon #72402F

Tints of Copper Canyon #72402F

Color information

#72402F (or 0x72402F) is unknown color: approx Copper Canyon. HEX triplet: 72, 40 and 2F. RGB value is (114,64,47). Sum of RGB (Red+Green+Blue) = 114+64+47=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72402F is #8DBFD0. Grayscale: #4D4D4D. Windows color (decimal): -9289681 or 3096690. OLE color: 3096690.

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

Color convert

RGB1146447-
CMYK00.440.590.55
HSL15.22º41.61%31.57%-
HSV(B)15.22º58.77%44.71%-
XYZ9.297.453.64-
YUV77.01111.06154.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=50.67%
G=28.44%
B=20.89%

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
Decimal114644700.440.590.5515.2241.6131.57
Hex72402F02C3B37f2a20
Octal162100570547367175240
Binary1110010100000010111101011001110111101111111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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