#74412C

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

Shades of Copper Canyon #74412C

Tints of Copper Canyon #74412C

Color information

#74412C (or 0x74412C) is unknown color: approx Copper Canyon. HEX triplet: 74, 41 and 2C. RGB value is (116,65,44). Sum of RGB (Red+Green+Blue) = 116+65+44=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #74412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74412C is #8BBED3. Grayscale: #4D4D4D. Windows color (decimal): -9158356 or 2900340. OLE color: 2900340.

HSL color Cylindrical-coordinate representation of color #74412C: hue angle of 17.5º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74412C is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1166544-
CMYK00.440.620.55
HSL17.5º45%31.37%-
HSV(B)17.5º62.07%45.49%-
XYZ9.557.683.36-
YUV77.86108.9155.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.56%
GREEN value IS 65 (25.78% from 255) = 28.89%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=51.56%
G=28.89%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116654400.440.620.5517.54531.37
Hex74412C02C3E37122d1f
Octal164101540547667225537
Binary1110100100000110110001011001111101101111001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74412C; }

 p { color: rgb(116,65,44); }

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

<style>
 a { background-color: #74412C; }

 a { background-color: rgb(116,65,44); }

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

<style>
 span { border-color: #74412C; }

 span { border-color: rgb(116,65,44); }

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