#753F28

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

Shades of Copper Canyon #753F28

Tints of Copper Canyon #753F28

Color information

#753F28 (or 0x753F28) is unknown color: approx Copper Canyon. HEX triplet: 75, 3F and 28. RGB value is (117,63,40). Sum of RGB (Red+Green+Blue) = 117+63+40=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #753F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F28 is #8AC0D7. Grayscale: #4C4C4C. Windows color (decimal): -9093336 or 2637685. OLE color: 2637685.

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

Color convert

RGB1176340-
CMYK00.460.660.54
HSL17.92º49.04%30.78%-
HSV(B)17.92º65.81%45.88%-
XYZ9.57.492.95-
YUV76.52107.39156.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 63 (25% from 255) = 28.64%
BLUE value IS 40 (16.02% from 255) = 18.18%
R=53.18%
G=28.64%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117634000.460.660.5417.9249.0430.78
Hex753F2802E423612311f
Octal165775005610266226137
Binary1110101111111101000010111010000101101101001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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