#755035

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

Shades of Old Copper #755035

Tints of Old Copper #755035

Color information

#755035 (or 0x755035) is unknown color: approx Old Copper. HEX triplet: 75, 50 and 35. RGB value is (117,80,53). Sum of RGB (Red+Green+Blue) = 117+80+53=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #755035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755035 is #8AAFCA. Grayscale: #585858. Windows color (decimal): -9088971 or 3494005. OLE color: 3494005.

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

Color convert

RGB1178053-
CMYK00.320.550.54
HSL25.31º37.65%33.33%-
HSV(B)25.31º54.7%45.88%-
XYZ10.859.784.68-
YUV87.98108.26148.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 53 (21.09% from 255) = 21.2%
R=46.8%
G=32%
B=21.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117805300.320.550.5425.3137.6533.33
Hex7550350203736192621
Octal165120650406766314641
Binary11101011010000110101010000011011111011011001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755035; }

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

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

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

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

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

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

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

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