#755239

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

Shades of Old Copper #755239

Tints of Old Copper #755239

Color information

#755239 (or 0x755239) is unknown color: approx Old Copper. HEX triplet: 75, 52 and 39. RGB value is (117,82,57). Sum of RGB (Red+Green+Blue) = 117+82+57=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #755239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755239 is #8AADC6. Grayscale: #595959. Windows color (decimal): -9088455 or 3756661. OLE color: 3756661.

HSL color Cylindrical-coordinate representation of color #755239: hue angle of 25º 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 #755239 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1178257-
CMYK00.300.510.54
HSL25º34.48%34.12%-
HSV(B)25º51.28%45.88%-
XYZ11.0910.115.24-
YUV89.62109.6147.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 82 (32.42% from 255) = 32.03%
BLUE value IS 57 (22.66% from 255) = 22.27%
R=45.70%
G=32.03%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117825700.300.510.542534.4834.12
Hex75523901E3336192222
Octal165122710366366314242
Binary1110101101001011100101111011001111011011001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755239; }

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

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

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

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

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

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

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

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