#72402E

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

Shades of Copper Canyon #72402E

Tints of Copper Canyon #72402E

Color information

#72402E (or 0x72402E) is unknown color: approx Copper Canyon. HEX triplet: 72, 40 and 2E. RGB value is (114,64,46). Sum of RGB (Red+Green+Blue) = 114+64+46=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72402E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72402E is #8DBFD1. Grayscale: #4D4D4D. Windows color (decimal): -9289682 or 3031154. OLE color: 3031154.

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

Color convert

RGB1146446-
CMYK00.440.600.55
HSL15.88º42.5%31.37%-
HSV(B)15.88º59.65%44.71%-
XYZ9.277.443.53-
YUV76.9110.56154.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.89%
GREEN value IS 64 (25.39% from 255) = 28.57%
BLUE value IS 46 (18.36% from 255) = 20.54%
R=50.89%
G=28.57%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114644600.440.600.5515.8842.531.37
Hex72402E02C3C37102a1f
Octal162100560547467205237
Binary1110010100000010111001011001111001101111000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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