#76402D

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

Shades of Copper Canyon #76402D

Tints of Copper Canyon #76402D

Color information

#76402D (or 0x76402D) is unknown color: approx Copper Canyon. HEX triplet: 76, 40 and 2D. RGB value is (118,64,45). Sum of RGB (Red+Green+Blue) = 118+64+45=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #76402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76402D is #89BFD2. Grayscale: #4E4E4E. Windows color (decimal): -9027539 or 2965622. OLE color: 2965622.

HSL color Cylindrical-coordinate representation of color #76402D: hue angle of 15.62º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76402D is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1186445-
CMYK00.460.620.54
HSL15.62º44.79%31.96%-
HSV(B)15.62º61.86%46.27%-
XYZ9.787.713.46-
YUV77.98109.39156.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 45 (17.97% from 255) = 19.82%
R=51.98%
G=28.19%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118644500.460.620.5415.6244.7931.96
Hex76402D02E3E36102d20
Octal166100550567666205540
Binary11101101000000101101010111011111011011010000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,64,45); }

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

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

 a { background-color: rgb(118,64,45); }

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

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

 span { border-color: rgb(118,64,45); }

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