#75402D

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

Shades of Copper Canyon #75402D

Tints of Copper Canyon #75402D

Color information

#75402D (or 0x75402D) is unknown color: approx Copper Canyon. HEX triplet: 75, 40 and 2D. RGB value is (117,64,45). Sum of RGB (Red+Green+Blue) = 117+64+45=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #75402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75402D is #8ABFD2. Grayscale: #4D4D4D. Windows color (decimal): -9093075 or 2965621. OLE color: 2965621.

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

Color convert

RGB1176445-
CMYK00.450.620.54
HSL15.83º44.44%31.76%-
HSV(B)15.83º61.54%45.88%-
XYZ9.647.643.45-
YUV77.68109.56156.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.77%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 45 (17.97% from 255) = 19.91%
R=51.77%
G=28.32%
B=19.91%

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
Decimal117644500.450.620.5415.8344.4431.76
Hex75402D02D3E36102c20
Octal165100550557666205440
Binary11101011000000101101010110111111011011010000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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