#74402A

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

Shades of Copper Canyon #74402A

Tints of Copper Canyon #74402A

Color information

#74402A (or 0x74402A) is unknown color: approx Copper Canyon. HEX triplet: 74, 40 and 2A. RGB value is (116,64,42). Sum of RGB (Red+Green+Blue) = 116+64+42=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #74402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74402A is #8BBFD5. Grayscale: #4D4D4D. Windows color (decimal): -9158614 or 2769012. OLE color: 2769012.

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

Color convert

RGB1166442-
CMYK00.450.640.55
HSL17.84º46.84%30.98%-
HSV(B)17.84º63.79%45.49%-
XYZ9.457.553.15-
YUV77.04108.23155.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 64 (25.39% from 255) = 28.83%
BLUE value IS 42 (16.80% from 255) = 18.92%
R=52.25%
G=28.83%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116644200.450.640.5517.8446.8430.98
Hex74402A02D4037122f1f
Octal1641005205510067225737
Binary11101001000000101010010110110000001101111001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74402A; }

 p { color: rgb(116,64,42); }

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

<style>
 a { background-color: #74402A; }

 a { background-color: rgb(116,64,42); }

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

<style>
 span { border-color: #74402A; }

 span { border-color: rgb(116,64,42); }

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