#75402C

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

Shades of Copper Canyon #75402C

Tints of Copper Canyon #75402C

Color information

#75402C (or 0x75402C) is unknown color: approx Copper Canyon. HEX triplet: 75, 40 and 2C. RGB value is (117,64,44). Sum of RGB (Red+Green+Blue) = 117+64+44=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #75402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75402C is #8ABFD3. Grayscale: #4D4D4D. Windows color (decimal): -9093076 or 2900085. OLE color: 2900085.

HSL color Cylindrical-coordinate representation of color #75402C: hue angle of 16.44º 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 #75402C is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1176444-
CMYK00.450.620.54
HSL16.44º45.34%31.57%-
HSV(B)16.44º62.39%45.88%-
XYZ9.627.633.35-
YUV77.57109.06156.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=52%
G=28.44%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117644400.450.620.5416.4445.3431.57
Hex75402C02D3E36102d20
Octal165100540557666205540
Binary11101011000000101100010110111111011011010000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,64,44); }

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

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

 a { background-color: rgb(117,64,44); }

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

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

 span { border-color: rgb(117,64,44); }

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