#753F27

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

Shades of Copper Canyon #753F27

Tints of Copper Canyon #753F27

Color information

#753F27 (or 0x753F27) is unknown color: approx Copper Canyon. HEX triplet: 75, 3F and 27. RGB value is (117,63,39). Sum of RGB (Red+Green+Blue) = 117+63+39=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #753F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F27 is #8AC0D8. Grayscale: #4C4C4C. Windows color (decimal): -9093337 or 2572149. OLE color: 2572149.

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

Color convert

RGB1176339-
CMYK00.460.670.54
HSL18.46º50%30.59%-
HSV(B)18.46º66.67%45.88%-
XYZ9.487.482.86-
YUV76.41106.89156.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.42%
GREEN value IS 63 (25% from 255) = 28.77%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=53.42%
G=28.77%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117633900.460.670.5418.465030.59
Hex753F2702E433612321f
Octal165774705610366226237
Binary1110101111111100111010111010000111101101001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753F27; }

 p { color: rgb(117,63,39); }

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

<style>
 a { background-color: #753F27; }

 a { background-color: rgb(117,63,39); }

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

<style>
 span { border-color: #753F27; }

 span { border-color: rgb(117,63,39); }

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