#755039

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

Shades of Old Copper #755039

Tints of Old Copper #755039

Color information

#755039 (or 0x755039) is unknown color: approx Old Copper. HEX triplet: 75, 50 and 39. RGB value is (117,80,57). Sum of RGB (Red+Green+Blue) = 117+80+57=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #755039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755039 is #8AAFC6. Grayscale: #585858. Windows color (decimal): -9088967 or 3756149. OLE color: 3756149.

HSL color Cylindrical-coordinate representation of color #755039: hue angle of 23º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #755039 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1178057-
CMYK00.320.510.54
HSL23º34.48%34.12%-
HSV(B)23º51.28%45.88%-
XYZ10.949.815.19-
YUV88.44110.26148.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.06%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 57 (22.66% from 255) = 22.44%
R=46.06%
G=31.50%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117805700.320.510.542334.4834.12
Hex7550390203336172222
Octal165120710406366274242
Binary11101011010000111001010000011001111011010111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755039; }

 p { color: rgb(117,80,57); }

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

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

 a { background-color: rgb(117,80,57); }

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

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

 span { border-color: rgb(117,80,57); }

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