#75412D

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

Shades of Copper Canyon #75412D

Tints of Copper Canyon #75412D

Color information

#75412D (or 0x75412D) is unknown color: approx Copper Canyon. HEX triplet: 75, 41 and 2D. RGB value is (117,65,45). Sum of RGB (Red+Green+Blue) = 117+65+45=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75412D is #8ABED2. Grayscale: #4E4E4E. Windows color (decimal): -9092819 or 2965877. OLE color: 2965877.

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

Color convert

RGB1176545-
CMYK00.440.620.54
HSL16.67º44.44%31.76%-
HSV(B)16.67º61.54%45.88%-
XYZ9.77.753.47-
YUV78.27109.23155.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 65 (25.78% from 255) = 28.63%
BLUE value IS 45 (17.97% from 255) = 19.82%
R=51.54%
G=28.63%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117654500.440.620.5416.6744.4431.76
Hex75412D02C3E36112c20
Octal165101550547666215440
Binary11101011000001101101010110011111011011010001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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