#74422D

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

Shades of Copper Canyon #74422D

Tints of Copper Canyon #74422D

Color information

#74422D (or 0x74422D) is unknown color: approx Copper Canyon. HEX triplet: 74, 42 and 2D. RGB value is (116,66,45). Sum of RGB (Red+Green+Blue) = 116+66+45=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74422D is #8BBDD2. Grayscale: #4E4E4E. Windows color (decimal): -9158099 or 2966132. OLE color: 2966132.

HSL color Cylindrical-coordinate representation of color #74422D: hue angle of 17.75º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74422D is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1166645-
CMYK00.430.610.55
HSL17.75º44.1%31.57%-
HSV(B)17.75º61.21%45.49%-
XYZ9.627.83.48-
YUV78.56109.06154.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.10%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 45 (17.97% from 255) = 19.82%
R=51.10%
G=29.07%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116664500.430.610.5517.7544.131.57
Hex74422D02B3D37122c20
Octal164102550537567225440
Binary11101001000010101101010101111110111011110010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74422D; }

 p { color: rgb(116,66,45); }

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

<style>
 a { background-color: #74422D; }

 a { background-color: rgb(116,66,45); }

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

<style>
 span { border-color: #74422D; }

 span { border-color: rgb(116,66,45); }

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