#75412B

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

Shades of Copper Canyon #75412B

Tints of Copper Canyon #75412B

Color information

#75412B (or 0x75412B) is unknown color: approx Copper Canyon. HEX triplet: 75, 41 and 2B. RGB value is (117,65,43). Sum of RGB (Red+Green+Blue) = 117+65+43=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #75412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75412B is #8ABED4. Grayscale: #4E4E4E. Windows color (decimal): -9092821 or 2834805. OLE color: 2834805.

HSL color Cylindrical-coordinate representation of color #75412B: hue angle of 17.84º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75412B is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1176543-
CMYK00.440.630.54
HSL17.84º46.25%31.37%-
HSV(B)17.84º63.25%45.88%-
XYZ9.667.743.27-
YUV78.04108.23155.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 65 (25.78% from 255) = 28.89%
BLUE value IS 43 (17.19% from 255) = 19.11%
R=52%
G=28.89%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117654300.440.630.5417.8446.2531.37
Hex75412B02C3F36122e1f
Octal165101530547766225637
Binary1110101100000110101101011001111111101101001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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