#753D28

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

Shades of Copper Canyon #753D28

Tints of Copper Canyon #753D28

Color information

#753D28 (or 0x753D28) is unknown color: approx Copper Canyon. HEX triplet: 75, 3D and 28. RGB value is (117,61,40). Sum of RGB (Red+Green+Blue) = 117+61+40=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #753D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D28 is #8AC2D7. Grayscale: #4B4B4B. Windows color (decimal): -9093848 or 2637173. OLE color: 2637173.

HSL color Cylindrical-coordinate representation of color #753D28: hue angle of 16.36º 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 #753D28 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1176140-
CMYK00.480.660.54
HSL16.36º49.04%30.78%-
HSV(B)16.36º65.81%45.88%-
XYZ9.397.272.92-
YUV75.35108.05157.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.67%
GREEN value IS 61 (24.22% from 255) = 27.98%
BLUE value IS 40 (16.02% from 255) = 18.35%
R=53.67%
G=27.98%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117614000.480.660.5416.3649.0430.78
Hex753D28030423610311f
Octal165755006010266206137
Binary1110101111101101000011000010000101101101000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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